ZenphotoCMS Forum
/index.php was not found - 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: /index.php was not found (/thread-2512.html)



/index.php was not found - Stephane - 2008-03-24

Hey guys, I'm having some trouble installing 1.1.5 on my test gallery. When opening an album I encounter the following:

"Not Found

The requested URL /index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

I'm on DreamHost. I've changed my htaccess file to RewriteBase /zen and added the path overrides in my config file. I'm not sure what else I'm missing. Any ideas?




/index.php was not found - acrylian - 2008-03-24

Definatly a mod rewrite problem, since it works with the direct non modrewrite links. Are you sure that your server supports mod rewrite and that there is no htaccess conflict with another htaccess file?




/index.php was not found - Stephane - 2008-03-24

I'm fairly certain that there is no conflict and that my server does indeed support mod rewrite.




/index.php was not found - acrylian - 2008-03-24

Hm, since generally everything works, no file seems to be missing. Have you tested commenting out the path overrides in the config file (or did you undcomment them before because of problems).

Was it a clean 1.1.5 install or an update?




/index.php was not found - Stephane - 2008-03-24

I uncommented the path overrides because there were problems. I updated from 1.1.1.




/index.php was not found - Stephane - 2008-03-24

I just changed

`RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

`

to

`RewriteCond %{REQUEST_FILENAME} -f [NC,OR]

RewriteCond %{REQUEST_FILENAME} -d [NC]

`

and things seem to be working. I'm not sure what that actually does but it was in my old (working) htaccess file from 1.1.1.




/index.php was not found - acrylian - 2008-03-24

But it's the htaccess file that was included in 1.1.5? It should read "# htaccess file version 1.1.4.0" in the first line.

I could imagine that there is a conflict with a dreamhost htaccess file. Since I do not know Dreamhost, could you please look at this thread if there is anything that may help?: http://www.zenphoto.org/support/topic.php?id=2568&replies=11#post-15336

Otherwise you'd have to wait until my fellow developers show up.