hotlink spamming and solution?

Hello,

We have some issue with hotlink spamming. He/She used iframe to link our whole page.

If anyone know how can we block his/her site? so his/her site can not link our whole page via iframe.

We blocked IPs, but it did not work.. also tried .htaccess to block, but it did not work either.

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://www.domain.com/ [NC]
RewriteRule .* - [F]

We did like that on .htaccess, but it did not work either.. hm..

Is anyone help or give us idea?

Thank you.

 

 

 

 

Top