old url
/shop_products.php?page=variable1&subcat_id=&cat_id=variable2
new url
/shop_products.php?page=variable1&id=variable2
subcat_id is a redundant variable which I want to remove, however google as indexed a great number of them and this will cause duplicate content problems if I do not redirect.
I have seen this
RewriteCond %{QUERY_STRING} ^auto(moduleŚcom)=downloads((&[^&]+)*)&?$
RewriteRule ^board/index\.php$ http://example.com/board/index.php?app=downloads%2 [R=301,L]
here [
webmasterworld.com...]
But I am struggling to see how this might fit into my situation? And would I be better off with redirect as google has indexed these pages?