I want to match to a load of URLs on an old site and redirect to one on a new site, but this isn't working (no redirect). Can anyone spot any problems?
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} ^section=buy$ [OR]
RewriteCond %{QUERY_STRING} ^section=faqs$ [OR]
RewriteCond %{QUERY_STRING} ^section=section=what_is_floodsentry$ [OR]
RewriteCond %{QUERY_STRING} ^section=uses$ [OR]
RewriteCond %{QUERY_STRING} ^section=apply$ [OR]
RewriteCond %{QUERY_STRING} ^section=technical$ [OR]
RewriteCond %{QUERY_STRING} ^section=kitemark$ [OR]
RewriteCond %{QUERY_STRING} ^section=trade$ [OR]
RewriteCond %{QUERY_STRING} ^section=trade_design$ [OR]
RewriteCond %{QUERY_STRING} ^section=trade_revenues$ [OR]
RewriteCond %{QUERY_STRING} ^section=trade_value$ [OR]
RewriteCond %{QUERY_STRING} ^section=trade_company$ [OR]
RewriteCond %{QUERY_STRING} ^section=trade_glance$ [NC]
RewriteRule ^/index.php$ http://www.floodstoppersuk.com/product/7/air-brick-seal-flood-sentry-sandbag-replacement-pack-of-2/$1? [R=301,L]