Another domain pointing to my IP

Discussion in 'Domain Names' started by karabas, Dec 15, 2007.

  1. #1
    I was inspecting my logs today and noticed visitors coming from some web-site I never knew about. Interesting I though - someone put a link - nice.

    However when I went to check it out it turns out that there is no web-site at all. The other domain just resolves to my IP. And since I have dedicated IP hosting apache serves all the content without verification of requested domain name.

    I checked with domaintools and the domain in question was registered recently and same owner has ~100 other domains. Could be someone made a mistake when configuring their DNS but I'm getting a bit paranoid.

    Is there any scheme that could somehow harm my web-site? Steal domain, hurt SERP position etc?
     
    karabas, Dec 15, 2007 IP
  2. turbosatan

    turbosatan Well-Known Member

    Messages:
    957
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    135
    #2
    this could work in the same way as the proxy redirect thing that people worked out a while ago.

    basically your site may end up being classed as duplicate content.

    however it is most likely just a dns error
     
    turbosatan, Dec 15, 2007 IP
  3. softsyshosting

    softsyshosting Active Member

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    It seems to be a dns error. Did you got your dedicated ip recently?
     
    softsyshosting, Dec 15, 2007 IP
  4. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Add this .htaccess file:
    Options +FollowSymlinks
    RewriteEngine on 
    RewriteCond %{HTTP_HOST} !^www.your_domain.com$ 
    RewriteRule ^(.*)   http://www.your_domain.com/$1  [QSA,L,R=301]
    
    Code (markup):
    Any domain pointing to your site will be redirected to your domain and their backlinks will benefit you.:D

    Jean-Luc
     
    Jean-Luc, Dec 16, 2007 IP
  5. karabas

    karabas Well-Known Member

    Messages:
    659
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    138
    #5
    Yep, I did get the dedicated IP recently.

    Hmm... What if these links are from "bad neighbourhoods"?
    Or I don't get penalized for them I unless I link back?
     
    karabas, Dec 16, 2007 IP
  6. Jean-Luc

    Jean-Luc Peon

    Messages:
    601
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #6
    "Bad neighbourhoods" can link to any site. Shouldn't be a problem as long as you don't link to them.

    Jean-Luc
     
    Jean-Luc, Dec 16, 2007 IP
  7. dman_2007

    dman_2007 Peon

    Messages:
    1,259
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Don't think anyone can harm your site like this, most probably just a DNS error.
     
    dman_2007, Dec 16, 2007 IP