the WWW vs http:// problem

Discussion in 'Site & Server Administration' started by ly2, May 16, 2008.

  1. #1
    I am trying to figure out what do do about this. I'm worried that if I redirect my http:// traffic to http://www. I will get penalized. Please help me, I don't want to do the wrong code.
     
    ly2, May 16, 2008 IP
  2. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Trusted Writer, May 16, 2008 IP
  3. ly2

    ly2 Notable Member

    Messages:
    4,093
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    205
    #3
    ly2, May 17, 2008 IP
    bogart likes this.
  4. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #4
    Ah... I just posted the code on another thread, this is it :)

    
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^domain.com [nc]
    rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] 
    
    Code (markup):
     
    Trusted Writer, May 17, 2008 IP
    ly2 likes this.
  5. nelisx

    nelisx Peon

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    what would be the code to do the opposite?
     
    nelisx, May 17, 2008 IP
  6. xous

    xous Active Member

    Messages:
    173
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #6
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^www.domain.com [nc]
    rewriterule ^(.*)$ http://domain.com/$1 [r=301,nc]
     
    xous, May 17, 2008 IP
  7. nelisx

    nelisx Peon

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    wow looking at that I feel stupid for even asking...thanks
     
    nelisx, May 18, 2008 IP
  8. professionalseo

    professionalseo Banned

    Messages:
    599
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #8
    Hi- I wrote a SEO article on my SEO Blog about this if you care to read it.
     
    professionalseo, May 18, 2008 IP
    ly2 likes this.
  9. ly2

    ly2 Notable Member

    Messages:
    4,093
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    205
    #9
    Thanks for all your replies. Left green for professional and trusted.

    =D
     
    ly2, May 19, 2008 IP
  10. professionalseo

    professionalseo Banned

    Messages:
    599
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #10
    Thanks very much. hope you found the article usefull

     
    professionalseo, May 20, 2008 IP