I just noticed this site is hot linking some of my images (the first 6 images listed).
http://www.my-journal.com/jrn/md__1/...dt__1120201200
I *thought* my .htaccess would prevent this. Can anyone take a look at what I'm using and tell me if there are any errors or if I need to add/delete something?
Thanks in advance!
Using this .htaccess in the root of the domain:
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.thefetishfiles.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://thefetishfiles.net*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://thefetishfiles.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://thefetishfiles.net*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://thefetishfiles.net:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.thefetishfiles.net:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://thefetishfiles.net:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.thefetishfiles.net:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(.*@)?([a-z0-9-]+\.)*thefetishfiles\.net(:[0-9]+)?(/.*)?$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(.*@)?1\.2\.3\.4(:[0-9]+)?(/.*)?$
RewriteRule .*\.(asf|mpg|mpeg|wmv|avi|rm|gif|jpeg|jpg|zip)$ - [NC,F,L]
ErrorDocument 400
http://www.thefetishfiles.net
ErrorDocument 401
http://www.thefetishfiles.net
ErrorDocument 403
http://www.thefetishfiles.net
ErrorDocument 404
http://www.thefetishfiles.net
ErrorDocument 501
http://www.thefetishfiles.net
ErrorDocument 502
http://www.thefetishfiles.net
ErrorDocument 503
http://www.thefetishfiles.net