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 hackerReceived 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