"However when I put up a link up in a browser (I haven't logged in on my forum or anything like that) it will start bringing up an image."
No Referrer. I mentioned that. Try linking the image from a different website and see what happens. Make a post here in the test forum with a linked image. that will be a better test.
Raconteur, you want to allow certain sites to link? Add them to the exceptions conditions
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yoursite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?yourothersite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?anothergoodsite.com/.*$ [NC]
Last edited by navaho; 04/16/2003 4:39 PM.