I have got a fresh installation of zenphoto, just to give it a try.
I just can access the admin area. If I try to go to the gallery or to a single image i get the following error in chrome:
Quote:Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Firefox is similar and IE can not open the page either.
There is no difference in switchin mod_rewrite off or on in the admin panel.
Zenphoto is installed in a folder in the root level.
subdomain.toplevel.de is pointing to this folder.
If I delete the htaccess the index.php is trying to redirect to admin.php. Since there is no admin.php in this folder level it ends up with an 404 error - admin.php not found.
Second at the setup I regognized that I only have the following grants:
SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES
INDEX is missing. What is INDEX needed for?