.htaccess - Redirect query string to non-query string? -
i looking .htaccess rule, redirects:
http://abcde.com/?q=abc where abc can string to:
http://abcde.com/
add .htaccess in web root / directory
rewriteengine on rewritebase / rewritecond %{query_string} !^$ rewriterule ^$ http://%{http_host}/ [r=301,l]
Comments
Post a Comment