ZenphotoCMS Forum
Htaccess against hotlinking - 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: Htaccess against hotlinking (/thread-13440.html)



Htaccess against hotlinking - Ralf - 2020-07-31

Hi,

just wondering where I could find the download for the template:
https://www.zenphoto.org/news/htaccess-against-hotlinking/

There is no download link displayed




Htaccess against hotlinking - acrylian - 2020-07-31

Oh, thought I had fixed that already… You find that here: https://github.com/zenphoto/unsupported-misc




Htaccess against hotlinking - Ralf - 2020-07-31

Hi,
thanks a lot.

One last question regarding the last rule:

Do i need the '' ?
example replacement image is:
uploaded/logo.png

Does the htaccess need to look:

or simply
uploaded/logo.png

Cheers
Ralf




Htaccess against hotlinking - acrylian - 2020-08-01

Do i need the '' ?

No, the `` is just the generally used sign/enclosement hint in code for "replace this with your actual value.




Htaccess against hotlinking - Ralf - 2020-08-01

Thank you