I just used this amazing zenphoto. However, after installation, I tried upload a few pictures from my camera but when I viewed the gallery and click on the album name, the page does not exist. Could someone assist me to solve this problem.
How to upload my photo through FTP
mod_rewrite is related to your WEB server software. If it is Apache, you can enable "transformations" of input URLS so that you can make, for instanct, the URL .../family transform into .../index.php?album=family. The .htaccess file that ships with zenphoto has the transformation codes, but you may need to set rewritebase to the album root.
If your WEB software does not support mod_rewrite, then you need to do what you have done in the zp-config.php file.