Please I need some help with this specific site. I am using the latest Squid version but the problem can be reproduced in older versions too. After a page was changed on www.mapquest.com, the objects on the site are appearing all scrambled. Using a debug window, the error is coming from: http://ar.atwola.com/file/adsWrapper.js adSetExt('aoladp') ===================================== Here is my redirect Perl script: #!/usr/bin/perl $|=1; while (<>) { if (/.*\.mapquest\..*/ ) { print; next;} if (/.*\.mapquestdirect\..*/ ) { print; next;} if (/.*\.yahoo\..*/ ) { print; next;} print "http://internal_server\n"; } ===================================== Can I bypass the redirector? Or can somebody give me another solution in order to allow access to this site? Thanks Thnaks Joe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com