Questions
-
301 redirect rule
Hmmmm...you shouldn't need the RewriteCond. The regex for the rule itself merely needs to end in ?$, indicating that the ? must be the last character on the line. And your rule looks to me like it will APPEND a question mark, not remove it! I haven't tested this, but this should work as a blanket rule for all files and folders: RewriteRule ^(.*)?$ /$1 [L,R=301]
Intermediate & Advanced SEO | | MichaelC-150220