A
A
Alexey Tutubalin2016-02-29 09:31:26
Domain Name System
Alexey Tutubalin, 2016-02-29 09:31:26

How to deal with a site clone via DNS?

There is a site ddt-sarov.ru and here, looking at the incoming links to the site with Yandex, the webmaster saw the site in the left domain, an exact copy of mindminer.ml, and as I understand it, they just registered my server in their DNS, how can I deal with such things?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
Y
Yuri, 2016-02-29
@Kennius

you can redirect to js

if (window.location.host !== 'ddt-sarov.ru') {
  window.location = 'http://ddt-sarov.ru' + window.location.pathname;
}

S
sitev_ru, 2016-02-29
@sitev_ru

You can get the URL or IP of the site, and if not "ddt-sarov.ru" or some IP, then display another info)
And it's better to write all the links, if possible, with the domain name: http://ddt-sarov.ru/link

D
Dmitry, 2016-02-29
@Pthah

blogerator.ru/page/fajl-primery-htaccess-redirekt-...
the first point will help you remove images, css and js from third-party sites
how to deal with content, for now.
But in general it is worth looking at where the domain is registered and where it is hosted, and write a slander.

G
Gasoid, 2016-02-29
@Gasoid

write the correct robots.txt
add to robots.txt host: ddt-sarov.ru
this is for your site to be the main one, and your site is suddenly not considered a mirror
in nginx/apache set up a redirect to ddt-sarov.ru if the host is different from yours

C
Cool Admin, 2016-02-29
@ifaustrue

Ummm, why are you fighting? People are catching up to your server, but you don't like it? =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question