Return to Snippet

Revision: 52329
at October 20, 2011 05:26 by batfan


Initial Code
# fix all the query strings
RewriteCond %{QUERY_STRING} .
RewriteRule ^(.*)$ http://www.domain.com/page.html? [R=301,L]

Initial URL


Initial Description


Initial Title
HTACCESS - Redirect & strip all query strings

Initial Tags
htaccess

Initial Language
Apache