Can anyone tell me why my domain does not have the www prefix in the results of a yahoo or google search? For example when my sight is searched, the results show: domain [dot] com in stead of www [dot] domain [dot] com
I modified my .htaccess file to: Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domaindotcom [nc] rewriterule ^(.*)$ http://wwwdotdomaindotcom/$1 [r=301,nc] Maybe that will help. The search engine may be viewing my domain as a subdomain instead of a top domain.