Since this is a mod_perl list, I'll suggets a Perl solution. Write a
PerlTransHandler that does what mod_rewrite does. You can get the query string
from $r->args and send redirect headers.
A quick example (this works, BTW):
package Apache::Redirect::Based::On::Query::String;
use Apache::Constan
Well, it seems that the sparse docs given to me, as well as the old server,
were using mod_rewrite 1.2. I could find no information relating to
backreferences within RewriteCond. Of course, when I made them go to 1.3
when I found out a newer version existed, the problem was solved. Thanks!
I am having a little trouble with mod_rewrite (probably because I think I am
using it for something it was not intended to do). Basically what I want to
accomplish is to redirect the user based on several rules. The problem is,
the rules are based on both the logical path _and_ the query stri