Forum Moderators: phranque
I've created a .htaccess file in my image directory with the following syntax:
<FilesMatch "\.(jpg¦jpeg¦gif¦png)$">
SetEnvIfNoCase Referer "^http://([^/]*\.)?example.com/" local_referrer=1
Order Allow,Deny
Allow from env=local_referrer
</FilesMatch>
The problem is it blocks the images from everyone, even my own site.
I'm running the script in a subdomain of a .tv site- I don't know if that makes any difference.
Anyone got any ideas.
Thanks alot.
[edited by: bubster119 at 10:56 am (utc) on April 19, 2007]