Hi, I have some pages that I don't want to cache because they have http authentication. In squid 2.5 I used to do that with the following line in squid.conf: refresh_pattern ^http:.+/page1/ 0 0% 0 but in squid 2.6, this doesn't seem to work. The page doesn't authenticate. Anybody know how to do this? Thanks.