Hi!
Today I found a rewrite rule in the .htaccess file on one of my sites that I can't remember putting in there.
RewriteEngine on
RewriteCond %{QUERY_STRING} ^(%20|\+|\ )*(%2d|-)[^=]+$ [NC]
RewriteRule ^(.*) $1? [L]
My knowledge in Apache is not so great so any help in identifying what this rule does would be appreciated.
Thanks in advance