Hi, I'm now using deny_info to personalize the error pages. I have installed Squid 3.0 STABLE1 (I know it's an old version). Here is an example of my squid.conf: acl ext url_regex -i \.exe$ acl ip src 192.168.10.10 acl max maxconn 1 http_access deny ip ext max # I already create the page in the directory's errors pages. deny_info ERR_EXT_PAGE max http_access allow !maxconn The problem is that the page that show me it the default of denied and not the mine. What's wrong and how could I fixed ?