Hi,
I installed the Zen photo script on my server space. I can log in as admin and everything works fine up to the point that I click on a link to view an album. The script is looking for url = "
http://www.digitaldiner.biz/cgi-bin/photo/myalbumname/"
Unfortunately the script automatically puts all photos in the folder: "
http://www.digitaldiner.biz/cgi-bin/photo/albums/myalbumname/"
Notice that the photo albums are actually on the server in a folder labeled "albums"
How do I tell the script to look in the "albums" folder to find my photo albums instead of looking in "photo"?
Comments
for starters. Turn OFF modrewrite in you zp-config.php file. That will stop it from attempting to redirect it to the incorrect URL. Windows Servers do not support modrewrite.
Secondly, after turning that off. Test the album to see if that made it work. You MAY still have to override the paths in the zp-config.php file (near the end of the file) uncomment the 2 lines and manually specify the directory paths.