The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
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
Oh, thought I had fixed that already… You find that here: https://github.com/zenphoto/unsupported-misc
Hi, thanks a lot.
One last question regarding the last rule: <your-replacement-image.suffix>
Do i need the '<' and '>' ? example replacement image is: uploaded/logo.png
Does the htaccess need to look: <uploaded/logo.png> or simply uploaded/logo.png
Cheers Ralf
Do i need the '<' and '>' ?
No, the <> is just the generally used sign/enclosement hint in code for "replace this with your actual value.
<>
Thank you
Comments
Oh, thought I had fixed that already… You find that here: https://github.com/zenphoto/unsupported-misc
Hi,
thanks a lot.
One last question regarding the last rule:
<your-replacement-image.suffix>
Do i need the '<' and '>' ?
example replacement image is:
uploaded/logo.png
Does the htaccess need to look:
<uploaded/logo.png>
or simply
uploaded/logo.png
Cheers
Ralf
No, the
<>
is just the generally used sign/enclosement hint in code for "replace this with your actual value.Thank you