I have a webshop in asp language that will be renewed to a php webshop. There are still many url's and links from the old webshop stored on different websites that I want to revert to the homepage of the new webshop.I'm looking for example for the correct rule to redirect the following url in my .htaccess file:
http://www.example.com/shopdisplayproducts.asp?id=15&cat=football to http://www.example.com
Could you show me this example, so I might be able to make the other redirects myself. I have tried for example this, but without success:
RewriteRule ^shopdisplayproducts* index.php [R=301,L]
Thanks for your input Regards, Vicef