On Tue, 2002-08-27 at 16:20, Neil Brockman wrote: > We ran into the same issue. Our solution was to slightly change the > redirect > to the format of: > > redirect 302:http://companysite.com/restofurl/index.html > > We found 301 to work as well. > > Squid defines a 301 as "Moved Permanently" and a 302 as "Found".
Just to clarify, a 301 should make the redirect obvious to the browser (so the url in the address bar changes) and a 302 is a 'silent' redirect. So if you're using redirects to rewrite addresses, use 301 because then if someone bookmarks the site, it'll be to the correct address and reduce your squidGuard load. HTH, HAND Greg Sheard Technical Director ECSC Ltd. www.ecsc.co.uk #include <legal_disclaimer.h>
signature.asc
Description: This is a digitally signed message part
