![]() |
|
album page does not appear - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: album page does not appear (/thread-1603.html) |
album page does not appear - cade - 2007-08-24 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 album page does not appear - cade - 2007-08-24 ok now i have the solution....just set the $conf['mod_rewrite'] = false; in zp-config.php album page does not appear - cade - 2007-08-24 but this is just for windows platform album page does not appear - sbillard - 2007-08-24 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. |