preventing hotlinking of images

Posted by AtoZ, 09-15-2007, 01:38 AM
The images I am trying to block are on page generated by a simple PHP script on my server. The offender has replicated what I am doing with ASP on their server. They are hotlinking to my images for the resulting page. They left my website's name on them, so they must think that giving credit is enough. Idiots. I'm going to be contacting them to stop but I also want to see if there is a way for me to prevent it from happening in the first place. I tried mod_rewrite... I know mod_rewrite works on my server because I've been using it for some other things. However, whenever I enable the above code (add it to the directives and restart apache - have also tried just putting it in a .htaccess file in the appropriate directory), I end up with images still being allowed on my domain and the other domain I'm trying to stop from using my images. Do you think it could have to do with an absent referrer? I read that the code doesn't work if the referrer is blank. What else would cause this not to work? Obviously the domain would have to be correct, but it doesn't block from my domain OR the offending domain. I tried another method: This one blocked images to the offending domain, but it also blocked mine!

Posted by dynawebd, 09-15-2007, 03:16 PM
Try here http://altlab.com/htaccess_tutorial.html

Posted by AtoZ, 09-15-2007, 03:51 PM
That tutorial isn't really different than the other tutorials on the topic. I did try the code that will block only the sites you list and allow all others. This resulted in blocking ALL traffic to my domain. Access to even the html pages was forbidden.

Posted by david510, 09-16-2007, 03:19 AM
Try the below.

Bu cevap yeterince yardımcı oldu mu?

 Bu dökümanı yazdır

Also Read

Bind an IP to a UID?

Posted by zawk, 06-22-2008, 11:34 AMI Finally had a question worth asking so I signed up......

sudden awstats domlogs permission denied error

Posted by aww, 05-04-2007, 11:08 AMso after successfully installing and testing litespeed last...

Autoplay mp3 on page load

Posted by bambinou, 11-16-2012, 07:12 AMHello, I have a 5 second greeting mp3 I would like to...

how to cron on windows server?

Posted by waveking, 05-03-2007, 10:04 AMHi, I truly love the 'cron' feature on Linux servers....

Load Balancing 2 Web servers and 2 MySQL Servers

Posted by YYamagishi, 03-28-2008, 04:02 AMHi, I was wondering if it is possible to cluster 2 web...