Remove query strings from 301 redirect
问题 I am struggling to create appropriate 301 redirects for a site that was originally built using query strings. The old URL structure looks like this: http://www.oldsite.com/about/index.cfm?fuseaction=cor_av&artID=5049 I want to redirect the entire subfolder (named 'about') to a new page on the new domain. The new domain's URL looks like this: http://www.newsite.com/info So, I set up a redirect that looks like this: redirectMatch 301 ^/about/ http://www.newsite.com/info It is redirecting just