Forum Moderators: open
I'm not sure if the links to the old site now count to the new site or not? Does anyone have any experience with 301 redirects and links in Yahoo?
would the following be seen as a redirect
from widget without www to widget with www
RewriteCond %{HTTP_HOST} ^widget.com$ [NC]
RewriteRule ^(.*)$ [widget.com$1...] [R=301,L]
or is there a better way
thanks
steve
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^olddomain\.com [NC]
RewriteRule ^(.*)$ [newdomain.com...] [R=301,L]
so would that mean the pr would no longer be split between domain without www and www so it all went to the www domain
sorry for poor try at explanation
I hope you understand what im tring to say
I am one of those that has been hit by url with no decription or title and when i looked at it I found also had pages on domain without www with listings
so hoping this may fix the problem
Am I going about it the best way as this seems to be a long term solution to a short term problem that will pay dividends over time
steve
Also, if someone could provide me a link to a good step-by-step approach on how to go about the redirect procedure, that would be helpful.