On Thu, 23 Sep 2004, David wrote: > i was wondering if squid can stop any1 from downloading exe's or zip files > etc off the net?? You want something like acl some_acl_name urlpath_regex exe$ zip$ then later at the appropriate point in the http_access rules http_access deny some_acl_name which blocks any file ending in exe or zip. There should be enough info in the squid.conf file to tell you how to do this. Michael Young