Hi
I am fairly new to PHP/Internet. I am using Zen Photo and loving it. I have two questions though
Firstly
when i upload my photo gallery onto the internet, the URL is http://www.mywebsite.co.uk/zenphoto/ How do i make my zenphoto gallery site at http://www.mywebsite.co.uk ? Currently if i do this i have to click on the zenphoto link.
URL's for my albums are like http://www.mywebsite.co.uk/zenphoto/index.php?album=christmas08 Is there a way to make zenphoto not display the full URL in the address bar ?
Thanks so much for any help.
http://www.mywebsite.co.uk/zenphoto/christmas08.Hope that helps.
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
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:
`
RewriteBase /zenphoto
Just removezenphoto` and move the contents of the zenphoto folder to root. Though I always suggest subfolders, if only for organizations sake Then you can have domain.com/photos and domain.com/blog and so on and so forth.
I moved mine from domain.com/zenphoto to gallery.domain.com and it worked perfectly.