You need to make sure, that something like this is in your squid.conf: acl local-server dstdomain .mydomain.com acl blockeddomains dstdomain "blockeddomains.lst" #file contains list of blocked domains http_access deny blockeddomains deny_info http://mydomain.com/blocked.html blockeddomains #mydomain.com is hosted on #local_host/same machine as squid ..... always_direct allow local-server #To access mydomain.com NOT via parent proxy never_direct allow all MfG :-) -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/SquidGuard-redirect-to-parent-proxy-Off-Topic-tp4665178p4665187.html Sent from the Squid - Users mailing list archive at Nabble.com.