Sherwood Botsford wrote:
#Block MS Internet explorer
acl browsers.bad browser "/etc/squid/browsers.bad"
http_access deny browsers.bad lab
http_access deny browsers.bad laptops
deny_info ERR_NOEXPLORER browsers.bad
Now if I use MSIE to access a page, I don't get this error page, but
rather get a generic page.
I've obviously missed a detail somewhere.
MSIE has a "feature" where if the error page is not of sufficient size,
it won't be shown by default.
http://www.google.com/search?q=MSIE+error+page+size
Pad your error page with a bunch of or other characters and it
should show.
Chris