On Tue, 2007-01-16 at 16:45 -0800, Will Fould wrote: > I have a strange issue with a particular script that sometimes (often) > generates a 302 to another script without a clear reason why.
Are you saying that you don't have any code in the script that generates redirects, but they sometimes happen anyway? That would mean you're really getting them from somewhere else, like an auth handler or mod_dir. - Perrin