"Zenphoto error: Album does not exist." - .htaccess problem

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.

Comments

  • trisweb Administrator
    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.
Sign In or Register to comment.