Is there a problem with the rewrite engine on utopia? I am using it to make sure no one tries to hot link to any images on my sites, but every once in a while my own sites are blocked from getting their own images. Here is what my .htaccess file looks like:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://ericpauker.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://ericpauker.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.ericpauker.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.ericpauker.net/.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
Have I got something wrong in there? I don't see any reason for it to work most of the time and not work sometimes. I've noticed that the problem happens more often with a page generated by PHP or Perl, but it still doesn't always happen, only once in a while.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks