![]() |
|
pic redirect - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: pic redirect (/thread-4821.html) |
pic redirect - Barbara - 2009-03-12 Is it possible to redirect people to image.php whenever they try to access images in the album directly? And let them access the full pic only if they pass through image.php first. The reason is that I like to see how many hits each image gets, too bad I have a few people linking to the full uri instead (.../albums/album_name/image.jpg) and with this method all the hits get lost. Btw, what is Full image protection supposed to do? Cause I thought that was the solution to my problem, I set it to protected, checked 'disable hotlinking' but the images are still directly accessible. pic redirect - sbillard - 2009-03-12 Disable hotlinking is supposed to do what you want. The code uses So maybe this does not always work. pic redirect - albeezie - 2009-03-12 On my site, it seems that the full image uri (...?p=*full-image) cannot be hotlinked, whereas the cached image can be. At any rate, I personally just wrote an .htaccess file in my albums directory to disable all access. pic redirect - Barbara - 2009-03-12 Thanks for the reply. I disabled access to album folders as explained here and it works. pic redirect - Barbara - 2009-03-12 http://www.zenphoto.org/support/topic.php?id=1354#post-7787 |