On Wed, 28 Jan 2004, Valter Dal Bo wrote: > I have a squid 2.5 stable 4 on a mandrake 9.0 and I use squidguard to > perform access control and the page "Access_Denied.html" is the page I > use to let the users know they "bumped" into a banned site.
Make sure you rewrite POST requests to a error page which accepts POST. Or use browser redirects to the denial page instead of rewriting the URL. Or use Squid access constrols instead of SquidGuard, with deny_info to send the appropriate error messages (or redirections if you prefer). Regards Henrik
