Fortiweb " was not found on this server".
Hello
I have the following issue.
I need to do a routing by http content with fortiweb, as an example
www.informacion.go.rx/vista/1_inicio
I have already made the policy in which when it finds www.informacion.go.rx it redirects to the server 10.22.130.5 through port 80.
The problem I have is that it is not finding the URL /vista on the web server since vista is located in the following route
10.22.130.5/www/vista.
In nginx as a proxy server I can add a specific route
in the proxy "proxy_pass" from where to start looking for the URL, but in fortiweb I have not been able to find it.
I hope you can help me to see if there is a way to do the same in Fortiweb
