I have a folder named Pictures under my domain (mydomain.com/pictures). I use these pictures on certain pages like with tags like:
<img src="pictures/image.jpg" alt="img" />
Now can I somehow prevent these pictures from being reached directly? I dont want to be able to access the picture by typing "mydomain.com/pictures/image.jpg" in the addressbar. I only want them accessed when called from server tags like the one above.
I am using IIS server and PHP scripting language.I have read ASP Hack