Quote:
Originally Posted by CYF
Find it annoying that other sites are hotlinking your images and using your bandwidth?
Here's an easy tutorial I found on how to prevent it.
http://www.serenux.com/?p=465
|
thats not how to do it!
just put this in the .htaccess file
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg|js|css)$ - [F]