Prevent Files image/file hotlinking and bandwidth stealing uing htaccess
by Rekha[ Edit ] 2010-02-17 13:40:29
Prevent Files image/file hotlinking and bandwidth stealing using htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?xxx.com/.*$ [NC]
RewriteRule \.(gif|jpg|swf|flv|png)$ /feed/ [R=302,L]