hi, all I just want to use squid as a redirector: rewrite client's request url, and then client access the real server directly, squid need not fetch any data from real server. I use url_rewrite_program to do this, but looks like squid still fetch data from real server, and then send those data to client. Is there any suggestion? thanks a lots.