I _think_ it might be the following problem: when you write a regexp
based rule query parameters tend to be really hard to parse as they
can shift around. Doing so in the rewrite rule is really not
recommended.
i.e.:
blah/query?var1=foo&var2=bar
blah/query?var2=bar&var1=foo
Do the same thing, but right now I don't really see a straightforward
way to get a working rewrite rule that parses both. There's probably
some regex voodoo you can do or just make two rules, but then the
amount of rules you need would be, er, strongly rising. (binomial?
haven't had much coffee yet today)
regards,
Wim