I need your help guys urgent.

Discussion in 'Programming' started by sikhrule, Mar 13, 2010.

  1. #1
    got it fixed
     
    Last edited: Mar 13, 2010
    sikhrule, Mar 13, 2010 IP
  2. kmap

    kmap Well-Known Member

    Messages:
    2,215
    Likes Received:
    29
    Best Answers:
    2
    Trophy Points:
    135
    #2
    its a classical problem of www and non-www

    you will need to edit your .htaccess file
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.domain\.com [NC]
    RewriteCond %{HTTP_HOST} !^$
    RewriteRule ^(.*) http://www.domain.com/$1 [L,R=301]
     
    kmap, Mar 13, 2010 IP
  3. SEOServiceCenter

    SEOServiceCenter Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    what's your probem? :)
     
    SEOServiceCenter, Mar 14, 2010 IP
  4. umar_alatas

    umar_alatas Active Member

    Messages:
    116
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    Please make me understand about what you need for fixing ?
     
    umar_alatas, Mar 16, 2010 IP