Hi , I wan't to redirect traffic to another proxy when I try to reach some specific URL that starts with www or ppp. Can any one help me with this. I have try to configure the squid proxy with following but it doesn't work so good.
cache_peer 192.168.1.1 parent 8080 0 no-query default acl www url_regex ^http://www.* acl ppp url_regex ^http://ppp.* cache_peer_access 192.168.1.1 allow www ppp never_direct allow www ppp Best regards Leif Roos
