Member
Member
cade   24-08-2007, 02:43
#1

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

Member
Member
cade   24-08-2007, 03:30
#2

ok now i have the solution....just set the $conf['mod_rewrite'] = false; in zp-config.php

Member
Member
cade   24-08-2007, 03:44
#3

but this is just for windows platform

Member
Member
sbillard   24-08-2007, 21:51
#4

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.