skunkboy
03-06-2006, 02:16 AM
No matter what I try, antileech isn't cooperating.
My long time attempt has been to allow all sites access to my images unless I see someone claiming them as having been taken by themselves at which time I could block them (or worse, I've had a few x rated sites pull images of skaters and such from my site). I know it's possible to block everybody (or should be) and I know it's possible to allow only a certain list to have access; but, I want it opposite of that - allow all unless.....
Anyway, I've recently come into an issue with the "normal" way of running antileech but I can't get it to cooperate on the managed III server that I've got.
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysite.com/.*$ [NC]
RewriteRule \.wmv$ [F]
<Files .htaccess>
order allow,deny
deny from all
</Files>
I attempted that but then in testing through a few other sites that are pulling the WMV's, it's still possible to pull the files.
Yes, browser cache, history, and cookies have all been cleared; I actually even tested from other computers as well.
My long time attempt has been to allow all sites access to my images unless I see someone claiming them as having been taken by themselves at which time I could block them (or worse, I've had a few x rated sites pull images of skaters and such from my site). I know it's possible to block everybody (or should be) and I know it's possible to allow only a certain list to have access; but, I want it opposite of that - allow all unless.....
Anyway, I've recently come into an issue with the "normal" way of running antileech but I can't get it to cooperate on the managed III server that I've got.
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysite.com/.*$ [NC]
RewriteRule \.wmv$ [F]
<Files .htaccess>
order allow,deny
deny from all
</Files>
I attempted that but then in testing through a few other sites that are pulling the WMV's, it's still possible to pull the files.
Yes, browser cache, history, and cookies have all been cleared; I actually even tested from other computers as well.