Please help!
I am trying to prevent hotlinking with an anti-hotlinking image but it isn't working.
Any ideas on how to fix? I am only worried about the /content/ folder.
I am trying to prevent hotlinking with an anti-hotlinking image but it isn't working.
Any ideas on how to fix? I am only worried about the /content/ folder.
Options -Indexes
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?lunchbreaker\.com [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} ^http://.*$
RewriteRule \content\.(jpe?g|gif|bmp|png|mpe?g|wmv|avi|txt)$ http://www.lunchbreaker.com/hotlinker.gif [L]