Webproxy - Redirect to custom page?

I’m using webproxy to control what sites people can visit, and I want to use a custom page (not error.html) to display when they try and visit these sites.

In the Access list for webproxy, what do I put in the “Redirect to” space to have it display “webproxy/restricted.html” to them. My HTTP service is running on port 8080, webproxy is running on port 88.

Thanks.

Nevermind. I figured out that it’s locked down to where you can’t direct them to anything on the router. Which is a real pain, since the router actually can serve up web pages just fine. So now I have to use an internal web server and maintain a separate web page there just to display an access restriction page that should be coming from the router in the first place. :frowning:

use ‘error.html’ =)

simething like

(if $error="Access Denied")

(see syntax in error.html)

Ah, I see.

Your signature line says it all. :slight_smile:

Thanks.