You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Petr Duchon <pd...@chello.cz> on 2004/04/18 00:23:36 UTC

Re: resolved - Mod_perl - URL rewriting.

I think your problem really is that you are doing the rewrite in the 
wrong phase. You must do it in the PerlTransHandler. The Authen phase is 
too late for that purpose. That's why you get things messed up.

>
> I've double checked rewriting in the transhandler works just fine in mp2.
>
OK, Thank You. I won't use the transhandler, but It's important to know 
where I was mistaken.
Thanks for your help,

Petr.

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html