Forwarding non-www to www Godaddy

Discussion in 'Site & Server Administration' started by TP123, Nov 22, 2011.

  1. #1
    TP123, Nov 22, 2011 IP
  2. Qarizma

    Qarizma Member

    Messages:
    55
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    45
    #2
    You can do this with .htaccess, just google for this. This is a very common topic.
     
    Qarizma, Nov 23, 2011 IP
  3. shahzaib_sultan

    shahzaib_sultan Active Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    71
    #3
    we can not redirect non (www) version of website to (www) version of website using domain hosting at godady. it is only possible when you purchase website hosting. with updating the server.
     
    shahzaib_sultan, Mar 13, 2014 IP
  4. AveUgotaWkdSide

    AveUgotaWkdSide Active Member

    Messages:
    242
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Use this in your .htaccess
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^example.com [nocase]
    RewriteRule ^(.*) http://www.example.com/$1 [last,redirect=301]
     
    AveUgotaWkdSide, Mar 14, 2014 IP
  5. Tomve

    Tomve Active Member

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    70
    #5
    omg @shahzaib_sultan it's almost 3 years old topic .... i noticed when I wrote my "solution"
     
    Tomve, Mar 14, 2014 IP
  6. shahzaib_sultan

    shahzaib_sultan Active Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    71
    #6
    What do you mean by mentioning me...
     
    shahzaib_sultan, Mar 14, 2014 IP