Help

Discussion in 'Search Engine Optimization' started by dogma72, Jul 26, 2013.

  1. #1
    I am having an issue I believe , my site seems to be coming up as two different urls

    new1000ad.com

    www.new1000ad.com

    seem to be getting different links on my seo quake toolbar. Can someone tell me if this is the case and how to fix it ?
     
    dogma72, Jul 26, 2013 IP
  2. Bestservices4u

    Bestservices4u Well-Known Member

    Messages:
    607
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    130
    #2
    Its simply: 301 URL redirect. you can do this from your cpanel.
     
    Bestservices4u, Jul 26, 2013 IP
  3. SliceOfLife

    SliceOfLife Well-Known Member

    Messages:
    319
    Likes Received:
    28
    Best Answers:
    2
    Trophy Points:
    130
    #3
    Add to your .htaccess:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^domain\.com
    RewriteRule (.*) http://domain.com/$1 [R=301,L]
    Code (markup):
     
    SliceOfLife, Jul 27, 2013 IP
  4. dogma72

    dogma72 Greenhorn

    Messages:
    42
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    8
    #4
    Thank you. I will try this.
     
    dogma72, Jul 27, 2013 IP
  5. GuruCreation

    GuruCreation Notable Member

    Messages:
    2,780
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    235
    #5
    Where is it coming up as that?

    I see it in Google.com (USA) as coming up with www.

    Holla!
     
    GuruCreation, Jul 28, 2013 IP
  6. dogma72

    dogma72 Greenhorn

    Messages:
    42
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    8
    #6
    if I type in new1000ad.com it will come up as www.new1000ad.com

    but if I highlight new1000ad.com and open the link in another window it goes to new1000ad.com not www.new1000ad.com
     
    dogma72, Jul 28, 2013 IP