in reply to Re: Re: mod_perl and propogating path_info
in thread mod_perl and propogating path_info

Well, it's essentially the same as using mod_rewrite if you already have mod_perl compiled in. You could also use $r->internal_redirect($new_uri) for this.