ZenphotoCMS Forum
Zenphoto just gives me a front page - 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: Zenphoto just gives me a front page (/thread-1055.html)



Zenphoto just gives me a front page - slaskhink - 2007-01-07

http://neosoft.se/zenphoto/

It works this far, then i don't know what the wrong is. Can anybody help me out with this. Can provide the most information you need.




Zenphoto just gives me a front page - altaphista - 2007-01-08

Does your server support mod_rewrite? Try to put it to false in zp-config.php.

zp-config.php:
LINE 48 $conf['mod_rewrite'] = true;

to

LINE 48 $conf['mod_rewrite'] = false;