Forum Moderators: phranque
I have a question regarding .htaccess which I have been using .htaccess to prevent hotlinking for years. However, recently I am getting complaints about images not being displayed. I also installed a new version of Norton Internet Security which prevented the images being shown in my browser until I lowered the privacy settings on Norton.
Is there anything wrong with my .htaccess code which I have in my images file? :( Or is this a fact of life when dealing with newer versions of personal firewalls?
Any help appreciated :D
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER}!^http://.*domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://.*domain.com.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://64.53.261.255/.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://64.53.261.255.*$ [NC]
RewriteRule .*[Jj][Pp][Ee]*[Gg]$¦.*[Gg][Ii][Ff]$ /index.html [R,L]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Can anyone confirm whether blocking hot-linking would have any effect on the caches creating by some of the bigger ISPs?
It's something we've seen on the increase in the past few months, going from one user now & again, through to three or four a day. Lots of personal firewalls do the same thing by default, and there are a few corporate proxies that like to do that stuff too.
- Tony