Hi,
I recently installed ZP at
http://tobiashesse.badekow.com/zenphoto/ The images are in /zenphoto/albums/XXX/ but ZP tries to link to /zenphoto/XXX/ whereas I see all the images and galleries in the Zenphoto interface.
Any help is greatly appreciated
Comments
that's as it should be. if using mod rewrite functionality, the link to images should be http://your.URL.here/zenphoto/albumname/imagename
without mod rewrite the URL should be:
http://your.URL.here/zenphoto/image.php?album=youralbumname&image=yourimagename
you might check your mod rewrite settings, and even try turning them off completely just to test.
Does that help?
that helped! Thanks! Now what exactly do I have to change in the .htaccess file to get mod rewrite to work??
I changed this line
`# !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!
RewriteBase /zenphoto`
Is that correct? And sufficient?
Those modifications for Dreamhost may work in your situation.
FG