How to use .htaccess to remove '?m=1' in the end of url? How to use .htaccess to remove '?m=1' in the end of url? wordpress wordpress

How to use .htaccess to remove '?m=1' in the end of url?


Hope this helps just after RewriteEngine On

RewriteCond %{QUERY_STRING} ^m=1$RewriteRule ^(.*)$ /$1? [R=301,L]