![]() |
|
Index and album URL - 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: Index and album URL (/thread-5156.html) |
Index and album URL - molko - 08-05-2009 Hi I am fairly new to PHP/Internet. I am using Zen Photo and loving it. I have two questions though Firstly
Thanks so much for any help. Index and album URL - acrylian - 08-05-2009
Hope that helps. Index and album URL - molko - 08-05-2009 Hi http://www.mywebsite.co.uk/zenphoto/christmas08. is precisly what i want. I will look at the modrewrite I will also look at re-installing to the root. Could i just ftp zenphot to the root of my domain ? Also, do you know how invalidat the password authentication ? When my family logon on after the have entered the login/password once, then the next day they can logon WITHOUT any logon credential required. How can i make zenphote require the logon details again ? THANKS Index and album URL - Ipstenu - 08-05-2009 If you move it to root (and yes, you can FTP it), you'll need to change your .htaccess file. There's a line like this: !!! Change this to the web path (eg: http://www.yourwebsite.com/photos --> /photos) !!!RewriteBase /zenphoto
I moved mine from domain.com/zenphoto to gallery.domain.com and it worked perfectly. Index and album URL - acrylian - 08-05-2009 Actually running setup will change the .htaccess file, too. Index and album URL - sbillard - 08-05-2009 Zenphoto uses cookies to store logon credentials. You would need to clear the family member's logon credential. One possibility would be to change the definition of COOKIE_PESISTENCE to a shorter timeframe. |