prevent direct access to full size image: my solution

Hi all,
I'm a new zenphoto user and I read several posts in the forum asking for full size image protection to prevent direct access using image original url.

I setup "full image protection" to "download" and uploaded an .htaccess file into albums folder with the following content:

`

order deny,allow

deny from all

allow from 127.0.0.1

`

That setup prevents any "external" request to my albums but allow me to download the full size image when I am logged in.

Hope this helps someone...

Comments

Sign In or Register to comment.