How to customize the re-direct page when a user tries to access a blocked site
- by user42891
How to customize the html page which is re-directed when a user tries to access a URL which has been blacklisted by squid proxy server.
acl blocksites url_regex "/etc/squid/squid-block.acl"
http_access deny blocksites
I would like to re-direct to a custom HTML page explaining why he is not allowed to go the blocked site or send him to an empty page.