Hi, I need to replace the host from the backend server to the front on a proxy server configuration.
I am using a basic rule
RewriteRule (.*) http://192.168.120.47:80/$1 [p]
in the web ReWrite rule web gui of the LSWS
but I am getting a 500 Internal Error
what is the rule missing? My guess is that this rule is making a redirection to the same host causing a loop. But how do I replace the HTML ahref on demand so user see the proxy host and not the backend host.
your help is appreciate it
I am using a basic rule
RewriteRule (.*) http://192.168.120.47:80/$1 [p]
in the web ReWrite rule web gui of the LSWS
but I am getting a 500 Internal Error
what is the rule missing? My guess is that this rule is making a redirection to the same host causing a loop. But how do I replace the HTML ahref on demand so user see the proxy host and not the backend host.
your help is appreciate it
Last edited: