
Originally Posted by
DArnaez
I realize (by Google Webmasters) that there are many websites that link to an old shopping cart on my site with the address " http://www.cryo64.com/index.php?option=com_content&task=view&id=8&Itemid=26" but now the product is on "http://cryo64.com/store/wallpapers/levit-folder-manga" . I tried with .htaccess using redirect but it doesn't work. I don't know how to use REWRITE. Can anyone help me? THANKS!
Code:
RewriteCond %{QUERY_STRING} ^option=com_content&task=view&id=8&Itemid=26$ [NC]
RewriteRule ^$ http://cryo64.com/store/wallpapers/levit-folder-manga [NC,L,R=301]
Does this work?