![]() |
|
album works but doesn't work without index.php - 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 works but doesn't work without index.php (/thread-735.html) |
album works but doesn't work without index.php - EdnaGarrett - 2006-08-13 Installed it in XAMP but have the index.php error (doesn't redirect to index.php), instead if I go to In the zenphoto admin panel images work fine, descriptions and all. tried this but still doesn't work also turned on now, I'm out of ideas help please album works but doesn't work without index.php - EdnaGarrett - 2006-08-13 YAY! it's working!! saw this thread in file just below I added: RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [L,QSA] new fix for index.php passed as a paramRewriteRule index.php$ index.php [L,QSA] put above this lineRewriteRule ^([^/]+)/?$ index.php?album=$1 [L,QSA] and now I can get in!!! thanks! thanks Trisweb! |