Hello,
Is it possible to modify the 403 error page received through the proxy?
Thank you
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ERROR: $(status)</title></head> <body><h2>ERROR: $(status)</h2> <hr noshade size="1px"/> $(if error) <p>While trying to retrieve the URL <a href="$(url)">$(url)</a>:</p> <ul><li><strong>$(error)</strong></li></ul> $(endif) <p>Your cache administrator is <a href="mailto:$(admin)">$(admin)</a>. $(signature) </body></html>
Thanks for your help, it works.is error.html inside webproxy folder................
if the page do not exist, press Reset HTML.............
error.html code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>ERROR: $(status)</title></head> <body><h2>ERROR: $(status)</h2> <hr noshade size="1px"/> $(if error) <p>While trying to retrieve the URL <a href="$(url)">$(url)</a>:</p> <ul><li><strong>$(error)</strong></li></ul> $(endif) <p>Your cache administrator is <a href="mailto:$(admin)">$(admin)</a>. $(signature) </body></html>