missing www prefix in search results

Discussion in 'Site & Server Administration' started by CB959, Sep 6, 2010.

  1. #1
    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
     
    CB959, Sep 6, 2010 IP
  2. CB959

    CB959 Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    CB959, Sep 7, 2010 IP