Hi, i've just redesigned my site and want to use some 301 redirects to catch the old google results.
For example, this page:http://www.trjones.co.uk/index.php/l...&id=4&Itemid=5
needs to point here: http://www.trjones.co.uk/index.php/lubricants
myhtaccess file looks like this:
the .biz redirect works, but the page redirect doesn't.Code:RewriteOptions inherit RewriteEngine on RewriteCond %{HTTP_HOST} ^trjones\.biz$ [OR] RewriteCond %{HTTP_HOST} ^www\.trjones\.biz$ RewriteRule ^/?$ "http\:\/\/www\.trjones\.co\.uk\/" [R=301,L] Redirect 301 /index.php/lubricants?option=com_content&view=article&id=4&Itemid=5 http://www.trjones.co.uk/index.php/lubricants
Any ideas?
Thanks



Reply With Quote


Bookmarks