301 Redirects problem - urls with? and?

Here is set of rules for URLs you have provided.

The Redirect directive (as far as I know) matches only on the path, not querystring. Instead, use RewriteRule. The QSA instructs the rewrite engine to append the querystring onto the new redirected URL.

Related Questions