fronaphoto
08-24-2009, 11:58 AM
I have a .htaccess file in my root folder with the following:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://fronaphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://fronaphoto.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fronaphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fronaphoto.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|cab)$ - [F,NC]
However, the images on my site are still able to be hotlinked. I am not a programmer; what am I doing wrong here?
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://fronaphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://fronaphoto.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fronaphoto.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.fronaphoto.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|cab)$ - [F,NC]
However, the images on my site are still able to be hotlinked. I am not a programmer; what am I doing wrong here?