Forum Moderators: phranque
I don't want them to be able to see the picture simply by entering the direct address:
www.example.com/photos/image.jpg
<img src="/photos/image.jpg" />
Do not show the picture: www.example.com/photos/image.jpg
Show the picture: www.example.com/index.html using <img src="/photos/image.jpg" />
I have tried the whole RewriteRule ^..... thing, but can't seem to get the hang of it, if this is how you would go about doing this at all? I do not have access to the conf file as I am using paid a web host.
I have searched and searched and search and can't figure it out. I hope this makes sence. Any help would be greatly appreached.
Many thanks!
That's a simple approach that can work.
Jim