Quote:
Originally Posted by aacircle
Interesting feedback and I thought u would be replying quickly based on your excellent support.
Take a look at my signature which I do notice redirects to my home page even though it's a hotlinked image. Whereas, http://www.myotherdomain.com/test.htm shows a broken image.
|
Where do you use this .htaccess file?
on
www.animeonline.net or
www.myotherdomain.com/test.htm?
For
www.animeonline.net:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://www.animeonline.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.animeonline.net$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|swf|mp3|mpeg|mpg|ram|rm|wma|wav|asx|wmv|avi|mov|zip|rar|exe)$ http://www.animeonline.net/ [R,NC]
If you delete RewriteCond %{HTTP_REFERER} !^$ line, the files will be accessible via empty referrers (like copying and pasting the urls directly to browser's address line or the IM windows)
Sorry, i'm too busy with my server problems at the moment