in reply to .Htaccess rewrites, Mod_Rewrite Help
From personal experience, mod_perl is great until it breaks, and it usually breaks because mod_perl is very confused about when it encodes / and when it doesn't.
Instead of using mod_perl, I recommend that you use CGI, a root handler (see Apache configuration) and look at the path_info variable to then call (or redirect to) the internal script.
|
|---|