I haven't been able to find any reference documenting this behaviour, but I've never been able to force an internal redirect on Apache unless I omitted the Status: header (which redirect() adds by default) using...
...or even...print $q->redirect( -status => "", -uri => "/cgi-bin/Auto.cgi" );
print "Location: /cgi-bin/Auto.cgi\n\n";
Maybe you'll have better luck with one of these?
--k.
In reply to Re: Re: cgi redirect (again)
by Kanji
in thread cgi redirect (again)
by The_Rev
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |