Personally, I have never understood why peeps only block certain files types?
Is it OK for the hotlinker to link to some things , but not others. :confused:
Toss them all!!! :bfg:
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*fukyou.com(:80)* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*spammer.com(:80)* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*hotlinker.com(:80)* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*eatme.com(:80)* [NC]
RewriteRule /* http://www.tossthemsomwhere.com/ [R,L]
This is NOT a general htaccess file, it is purpose built to stop specific hotlinkers..
Picplace,
Code:
RewriteRule .*\.(bmp|gif|GIF|jpg|JPG|exe|zip|mpeg|avi|mpg|wmv)$
This line will NOT stop them linking directly to WMV files. No referer is sent by WMP.
DD