![]() |
|
how to : hotlink protection - 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: how to : hotlink protection (/thread-13073.html) |
how to : hotlink protection - vincent3569 - 22-03-2018 hi how to : hotlink protection - acrylian - 22-03-2018 If you use how to : hotlink protection - vincent3569 - 22-03-2018 In most parts of my themes, I use but in fact, I am speaking about option how to : hotlink protection - acrylian - 24-03-2018 Normally the full image is linked directly and not via the full image page. It is internally used within the full image page and checks for the referrer if enabled and otherwise blocks the access. it is of course not 100% secure as browser can hide that referrer. A real and proper hotlink protection is of course only possible server side using htaccess or similar on other systems. Everything that does not go through ZP itself is outside of its control. how to : hotlink protection - wibbi - 01-04-2018 .htaccess
Swap example.com for your domain. how to : hotlink protection - acrylian - 02-04-2018 FYI: how to : hotlink protection - wibbi - 03-04-2018 Good work. how to : hotlink protection - acrylian - 04-04-2018 Yes, but since this htaccess is to block external referrers it does not matter, right? Since they cannot even index it anyway. Besides as always that htaccess is by all means meant to be modifyied to personal needs. how to : hotlink protection - wibbi - 04-04-2018
That's the great Question. I think indexing is possible. Download is possible. The htaccess rule does not mean that something is blocked, but that only under your own domain is allowed to display the images/videos. |