I have created a .htaccess file with this line:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://tannedbrunette.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tannedbrunette.com/.*$ [NC]
ReWriteRule .*\.(gif|jpg)$ - [N,F,L]
But if you try to link an image it doesn't work
Which is the problem ?