E
E
Eugene2012-03-24 22:07:50
Domain name market
Eugene, 2012-03-24 22:07:50

A domain record / Abuse?

Good evening. A delicate question, how to defend yourself and act?
The essence of the story: Today I discovered that my site A is displayed entirely on someone else's domain B . At first I thought maybe the site was hijacked ... but no, I was able to log in to domain B and looked at phpinfo - this is my server. Then I looked at the WHOIS of the domain, it turned out to be NS addresses of jino hosting. Those. support made it clear that a person pointed to jino with an A record of the server's ip address, and we should already contact the hosting directly. I wrote an abuza to them, I'm waiting for an answer ... probably an answer will come in PN.
Domain B already has 400+ pages in the google index...my domain A has lost positions and pages.
Question:How to resist such lawlessness? and how to proceed? This is the first time I've come across such a case.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
O
Oleg Matrozov, 2012-03-24
@Mear

Tell the server (apache?) that it would not respond with your site to any domain, but only to yours, then the problem will disappear by itself.

S
S1eng, 2012-03-24
@S1eng

RewriteEngine On
RewriteRule ^([немойсайт]*)$ /шлинах.html [L]

S
S1eng, 2012-03-24
@S1eng

decision on puff Sori for the second comment, wrote in a hurry.
if !($_SERVER['SERVER_NAME'] == 'МОЙСАЙТ') {
exit();
}

S
S1eng, 2012-03-24
@S1eng

puffy solution

E
Eugene, 2012-03-24
@CB9TOIIIA

Correct code along with S1eng :

<?php if ($_SERVER['SERVER_NAME'] != 'domain') {
exit();
}?>

I
InfoPL, 2014-08-12
@InfoPL

You can do even better.
for example, we did this
Example: womansocset.ru
This domain does not belong to us, but the owner of this domain decided to do us a dirty trick. Now his domain shows OUR advertising banner.
In everything you can find a benefit)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question