Very nice Gallery and glad to have a simple one that looks nice!!
Only one problem....
I cant find the exact answer to this, so I am posting!! The setup says to do this is step 2
"Edit the .htaccess file in the root zenphoto folder if you have the mod_rewrite apache module, and want cruft-free URLs. Just change the one line indicated to make it work."
Which line do I change in my .htaccess file and to what? If anyone can help that would be great!!
Mel
At approximately line 8, after
# !!! Change this to the absolute path !!!. This line will read
RewriteBase /zp. You'll change it to the absolute path of your ZenPhoto installation directory. For example, if you were to install ZP at http://www.collagestudios.net/photos, then you'll change that line to say
RewriteBase /photos. Because I've installed it at http://boison.org/insight, my .htaccess includes the path
RewriteBase /insight.
Hope this helps.