Forum Moderators: phranque
I have the following in my htaccess to prevent hotlinking, but sure that would affect every page?
RewriteCond %{HTTP_REFERER}!^http://mysite.co.uk/.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://www.mysite.co.uk/.*$ [NC]
#RewriteCond %{HTTP_REFERER}!^http://www.trusted.com/.*$ [NC]
RewriteRule .*\.(gif¦GIF¦jpg¦JPG)$ - [F]
Cheers
I think this has cost me an ODP listing so I have the hump.
:(