Prevent Files image/file hotlinking and bandwidth stealing uing htaccess

by Rekha 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]

Tagged in:

1170
like
0
dislike
0
mail
flag

You must LOGIN to add comments