On mån, 2008-07-14 at 16:31 -0400, jason bronson wrote: > Is it possible to redirect based on a URL path in squid example > > I have > 63.45.45.45/login/test > 63.45.45.45/login/new > > 63.45.45.45/login/test --> 10.108.111.34 > 63.45.45.45/login/new --> 10.108.18.254 Yes, by using url_regex acls in cache_peer_access. Regards Henrik