Re: pls help me

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 24 May 1999 06:21:28 +0000

shahnawaz@hancom-system.com.pk wrote:

> for example if some want to go www.download.com squid change his URL
> to www.ispdownload.com. Is it possible. pls help me.

Yes. see redirect_program in squid.conf, and the section on redirectors
in the FAQ or the Squid users guide.

------------------------------------------
#!/usr/bin/perl -np
BEGIN { $|=1; }
s%http://www.download.com/%http://www.ispdownload.com/%i;
------------------------------------------

--
Henrik Nordstrom
Spare time Squid hacker
Received on Mon May 24 1999 - 00:20:21 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:24 MST