in reply to Re^2: mod rewrite on mod perl handler skip trans handler phase
in thread mod rewrite on mod perl handler skip trans handler phase
Doh! Nevermind ... I thought you wanted the url to be /profile/<userid>
In the case where you want url/<userid>, instead of mod_rewrite, you can push your location up:
And then inspect the url - if it begins with profile, get the params, else break apart the url to get the userid.<Location /> SetHandler perl-script PerlResponseHandler WEBCORE::Control::Profile->run </Location>
|
|---|