Forum Moderators: phranque
Mod_rewrite can be used to test query strings using the RewriteCond %{QUERY_STRING} construct, but again, it requires this special step, as RewriteRule only looks at the URL, just like mod_alias redirects do.
See the Apache mod_rewrite docs, and plenty of examples in "query string rewriterule" posts in this forum.
Jim