HTACCESS Redirect Avoiding Redirecting Query Parameters

By May 22, 2019Blog
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^subfolder/?$ /new-subfolder/ [R=301,L,NC]
Mike Doubintchik

Author Mike Doubintchik

More posts by Mike Doubintchik

Leave a Reply