Hi,
I have some anti hotlinking code in my .htaccess which has worked well for many months but I have, in the last few days, installed a forum which doesn't see to be covered by the exemptions within the script. Images (also located within the same folder) are prevented from loading and my anti-hotlink image is displayed. The folder is loacted within '/sever_name/public_html/forum'. The rest of the site is unaffected and the anti hotlinking still works.
I thought any sub folders would be covered by the '*' but clearly not.
Could anyone point out what change(s) I need to make please?
Thank you in advance.
RewriteCond %{HTTP_REFERER} !^(http://([a-z0-9\-]+)\.domain\.co\.uk.*)?$ [NC]
RewriteRule \.(jpe?g|gif|bmp|png|psd)$ http://i36.tinypic.com/image.png [R=302,L]