Is this a problem?

Discussion in 'Search Engine Optimization' started by Sleepy_Sentry, Apr 15, 2007.

  1. #1
    Sleepy_Sentry, Apr 15, 2007 IP
  2. Monty

    Monty Peon

    Messages:
    1,363
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes it is.

    Put this in your .htaccess file :
    
    RewriteEngine On
    
    RewriteCond %{HTTP_HOST} ^esgameservers.com [NC]
    RewriteRule ^(.*)$ http://www.esgameservers/$1 [L,R=301]
    Code (markup):
    It will redirect the non-www version to the www one
     
    Monty, Apr 15, 2007 IP
  3. ninjashoes

    ninjashoes Well-Known Member

    Messages:
    1,401
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    138
    #3
    Will this cause PR to pass on also?

    Im a little confused about this and have heard different things. What if you use DNS redirect?
     
    ninjashoes, Apr 15, 2007 IP
  4. Monty

    Monty Peon

    Messages:
    1,363
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes it will. The PR will not be split between 2 urls, all of it will go to www.example.com.

    Don't be confused ;) whatever you heard, a 301 redirect is the proper way to go.

    Don't know about DNS redirect, I never use that, no need to for this issue imho.
     
    Monty, Apr 15, 2007 IP
  5. BigBadWolf

    BigBadWolf Well-Known Member

    Messages:
    1,727
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Yes, this is a "problem" read this on how to fix it.
     
    BigBadWolf, Apr 15, 2007 IP
  6. DavidK1

    DavidK1 Peon

    Messages:
    507
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Monty already addressed what is found in your link...
     
    DavidK1, Apr 15, 2007 IP
  7. Linkmeup

    Linkmeup Peon

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It's not the end of the world but you should fix it as you can. Best of luck.
     
    Linkmeup, Apr 15, 2007 IP
  8. ewc21

    ewc21 Peon

    Messages:
    455
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Not really a problem but fixing them using the codes presented above will be advantageous.
     
    ewc21, Apr 15, 2007 IP