please suggest according to seo point of view.

Discussion in 'Search Engine Optimization' started by imujval, May 29, 2007.

  1. #1
    imujval, May 29, 2007 IP
  2. pubsit1000

    pubsit1000 Peon

    Messages:
    293
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No mistake but be sure to redirect the non-www version to www in .htaccess to get the best results. Just add the lines below into your .htaccess

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^domain\.com$
    RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

    Change "domain" with your own.
     
    pubsit1000, May 29, 2007 IP