My website is cloned and live updated. How to stop?

Status
Not open for further replies.
24 comments
Sorry i couldn't find my config file since i closed my website more than a year ago
Just use something like this :

Code:
rewrite https://proxy-domain.com/$  https://your-domain.com permanent;

A proxy website need to load data from your server, therefor he ll send requests to your server and that's where nginx comes in
So just think of it as its your domain instead

you can even rewrite all his requests to a popups, make money out of it why not :p

You can even add it to your google webmaster and Request its links to be removed form search engine
rewrite by what? request headers? they can easily be manipulated
 
Any other solutions, i am currently in the same situation.
i tried to block his ip from Cloudflare and from .htaccess, nothing works.

The cloned website is under Cloudlare. i will try to send an abuse to Cloudflare but i am looking for another solution.
 
Status
Not open for further replies.
Back
Top