Hi, I'd like to set up Squid to forward requests for our production websites to our local development sites. For example, when using the proxy, all requests for company.com, www.company.com, cache.company.com, etc. should go to the machine 10.1.1.1 If possible, I want to be able to select a port as well. Once this is working I want to set up multiple instances where each instance will point to a different development server. I'm not sure what this setup is called in "squid lingo" so any advice is appreciated- even just a hint at the right options to look at. One caveat, I don't want the sites to be cached- it's important that the latest versions are always seen. Thanks in advance, yonah