Forum Moderators: phranque
I have a PHP script that rotates little images on my web site. It turns out that some other web site is using this script by simply using the direct link to this script (http://www.mysite.com/images/images.php and stealing not only my images (for which I have copyright), but also my bandwidth.
I have tried adding the following to .htaccess:
<Limit GET>
order allow,deny
allow from all
deny from subdomain.domain.com
</Limit>
but without success, the images still show up on his website.
Can someone please helpe me, I tried several things but without success.