/ Published in: Apache
Expand |
Embed | Plain Text
# fix all the query strings RewriteCond %{QUERY_STRING} . RewriteRule ^(.*)$ http://www.domain.com/page.html? [R=301,L]
You need to login to post a comment.
# fix all the query strings RewriteCond %{QUERY_STRING} . RewriteRule ^(.*)$ http://www.domain.com/page.html? [R=301,L]
You need to login to post a comment.