Henrik, Thanks a bunch. That was the fix. I meant to type in dstdomain in my conf file. Just needed someone else to wake me up and point out where I went wrong. I've been scratching my head all morning on that one between other tasks and missing the obvious. Thanks again, John Gordon -----Original Message----- From: Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Sent: Friday, March 28, 2008 3:49 PM To: John W. Gordon Cc: squid-users@xxxxxxxxxxxxxxx Subject: Re: ACL file not recognizing . for all subdomains On Fri, 2008-03-28 at 12:17 -0400, John W. Gordon wrote: > acl all dst 0.0.0.0/0.0.0.0 > acl allowed_sites_ip dst "/etc/squid/allowed_sites_ip" > acl allowed_sites_domain dst "/etc/squid/allowed_sites_domain" the above should be a dstdomain acl, not dst.. dst matches the IP address, dstdomain the requested hostname/domain.. Regards Henrik