So I've got http: //www .domain.com/page.cfm?var=test redirecting to http: //www .domain.com/404.cfm?var=test
I don't want the variable string included in the url at redirect. Kicker is I don't have QSA in the condition.
So is QSA on by default for IIS Mod-Rewrite? If so how can I turn it off?
RewriteRule ^(?:factory_outlets|public_stock_detail)\.(?:html|cfm) http://www.domain.com/404.cfm [R=404,L]