![]() |
|
"Zenphoto error: Album does not exist." - .htaccess problem - 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 error: Album does not exist." - .htaccess problem (/thread-1028.html) |
"Zenphoto error: Album does not exist." - .htaccess problem - David_1cog - 2006-12-30 I've just done a clean install of 1.06 on to my Windows/XAMPP local mahcine. All worked OK except when I navigated to http://localhost/zenphoto/ and was presented with "Zenphoto error: Album does not exist.". If I navigated to http://localhost/zenphoto/index.php it worked. After reading the forum and some trial and error I discovered that adding the following to .htaccess (after line 'RewriteRule ^admin/?$ zen/admin.php [R,L]') fixed the problem: RewriteRule index.php$ index.php [L,QSA] I've not had to do this for previous versions on my Win/XAMPP test machine, so a little puzzled why now. Any thoughts? Is this something that should be fixed at source? Anyway, that's the fix for anyone suffering the same problem. "Zenphoto error: Album does not exist." - .htaccess problem - trisweb - 2006-12-31 I'll take a look and include that if needed. The bugtracker will be up soon, so stick it there when you get the chance. |