sozu
Regular Member
- Mar 1, 2021
- 448
- 128
Guys I need your help. I have a wordpress website (mydomain.tld) and someone made copy of this website (theif.tld). Whenever I post some new content to my site, it will automatically appeared and posted to his site too.. is it hotlinking?
I tried this with the .htacces file
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|png|css|pdf)$ - [F]
But it not stopping him. I'm using Nginx in front end and Apache in backend in the server.
I can't go for DMCA as some part of my website included pirated contents.
Any Help? How can I stop him..
I tried this with the .htacces file
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg|bmp|zip|rar|mp3|flv|swf|xml|php|png|css|pdf)$ - [F]
But it not stopping him. I'm using Nginx in front end and Apache in backend in the server.
I can't go for DMCA as some part of my website included pirated contents.
Any Help? How can I stop him..