Forum Moderators: open
Yahoo is indexing my pages at example.com, and my links at www.example.com. I can not change the redirect, my host does this. My question is how I can make Yahoo see my pages as www.example.com/whatever.html?
[edited by: martinibuster at 8:29 pm (utc) on June 1, 2007]
[edit reason] Added paragraph breaks. Examplified URL. [/edit]
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]
Even though, I have yet to see Yahoo obey a mod_rewrite .htaccess directive in their SERP's....Sure they will follow it as instructed but they do not index it correctly.
HTH!
[edited by: MLHmptn at 3:46 am (utc) on June 2, 2007]