Our blog
mod_rewrite Strip Query String
To make your RewriteRule strip the query string, simply append a ? to the end of the rewrite path, eg:
CODE:
-
# redirect all requests to a subfolder to the home page
-
# strips query string
-
RewriteEngine On
-
RewriteBase /
-
RewriteRule ^subfolder/.*$ /index.php? [L,R=301]
RSS Feed