Hi,
i’ve got a pretty big problem with people hotlinking to images on my server, i tried using the following in a .htaccess file :
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?band-central.net/.*$ [NC]
RewriteRule .(gif|jpg|jpeg|png)$ http://www.band-central.net/bad.gif [R,L]
but it doesn’t seem to work, i’ve got another domain registered with a different company which is atreyu-online.net which links to band-central.net. Could this be why it’s not working? do i have to add both domains to the .htaccess file, if so how do i do that? or is there a more secure way of doing this…
thanks :rock: