Quote:
Originally Posted by Jon
Steve: Note that since you dropped the /shop/ from your urls you have many many broken links. You can add this to your .htaccess after 'Rewrite Engine on':
RewriteRule ^shop/(.*)$ http://www.stevesbookshop.com.au/$1 [R=301,L]
|
Hi Jon.
Just had a thought. Does this RewriteRule mean that search engines will think that /shop/ is still valid and continue to list it, or do they take the redirect to mean that /shop/ is no longer available and eventually remove the errors?
Also, Google Webmaster Tools is still showing some /cc/ link errors from when I was running CubeCart about a month ago. Will these eventually disappear?
Thanks, Steve.