Hello List, We have an .htaccess in a certain directory in our origin server which redirects requests upon USER-AGENT. How does Squid treat that .htaccess? If it were to cache it, as it itself does not change, all requests will follow the first USER-AGENT, ie, if I come with Firefox 2.0 I get redirected to www.redirectedexample.com and that page gets cached. The second person that will request that page will get to www.redirectedexample.com and will bypass the .htaccess check, am I right? Thanks, V'