in reply to mod rewrite on mod perl handler skip trans handler phase
What you have here is mostly a mod_rewrite question. Turn on the debugging log for mod_rewrite. It will show you what string is coming in for the URL. It's probably not what you think it is.
Also, there is no need to use mod_rewrite for this with what you've shown so far. You could just set your mod_perl handler to respond to "Location /" instead of rewriting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mod rewrite on mod perl handler skip trans handler phase
by ducbot (Initiate) on Dec 19, 2006 at 20:17 UTC | |
by perrin (Chancellor) on Dec 19, 2006 at 21:26 UTC |