You can use a hosts file to force certain domains to resolve to different IPs. http://www.squid-cache.org/Doc/config/hosts_file/ --Will On Mon, Jan 30, 2012 at 1:00 PM, Carter, David <dcarter@xxxxxxxxxxxxxxx> wrote: > I looked in the FAQ, but I'm sure even what to call what I'm looking for. I saw entries about redirects, but I don't see how to apply them to what I need. I want to use Squid to intercept requests from internal test machines and be able to point them to a particular batch of servers for testing. For example, redirect requests for https://abc.com to https://qa.abc.com, or dev.abc.com, or staging.abc.com, as needed, but so the browser still thinks it's hitting abc.com so that SSL and all other functionality works correctly. The sites are all behind a load-balancer which will allow me to apply the same certificate to the test servers. > > Thanks in advance for any suggestions. > > Dave