Hi All,
Forgive me if this is a dumb question, just can't see a simple answer. I have several of my sites having images being leached from, I know the site causing the issues and the IP address (not sure if I should post those details or not). Let me know...
I have leach protect turned on in cPanel. I have various custom htaccess files for different sites and have changed some to so they do not allow leaching. Now checking the logs, they do indeed work returning a 404 when any images are loaded.
I have blocked their site in the iptables as well with:
iptables -I INPUT -s a.b.c.d/24 -j DROP
Obviously this will drop anything coming directly from them, the htaccess will return 404's but how do I just drop traffic and not reply?
i.e. J.Blogs loads the offending page on the other.site website. The site refers to an image on my site. my site returns a 404. I don't want to return anything.
Is this possible and how?
I know returning 404's is low bandwidth but this site is hitting me a LOT and I dont want to give any of my bandwidth to them.
Regards,
Nick


Reply With Quote