Im trying to prevent hotlinking, and ive prevented it (at least I think,  ) but it wont display the image I tell it to (hotlink.jpg) heres the code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?donkery\.com/ [NC
RewriteCond %{HTTP_REFERER} !^$
RewriteRule \.(jpe?g|gif|bmp|png)$ hotlink.jpg [L]
EDIT: UGGGG now it wont work at all!!! whats the problem????!?!?!?!
|