I am having difficulty setting up access rules for some reason :/ in squid.config, among other stuff I have: acl all src 0.0.0.0/0.0.0.0 acl authorize proxy_auth REQUIRED acl denybadsites url_regex -i "/usr/local/etc/squid/lists/badsites" acl denyLoadup url_regex -i http://.*loadup.ru http_access deny all denyLoadup http_access deny all denybadsites http_access allow authorize http_access deny all In the badsites file I have: somesite.com 123.34.56.78 234.56.78.90 However, I am still able to browse to somesite.com and www.somesite.com no problem. At the same time I am UNABLE to browse to www.loadup.ru and loadup.ru I have tried different syntax in the file, but with the same result. What is the exact syntaxt that needs to be there? thank you. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Access-control-problem-tp2332220p2332220.html Sent from the Squid - Users mailing list archive at Nabble.com.