/index.php was not found

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?

Comments

  • acrylian Administrator, Developer
    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?
  • I'm fairly certain that there is no conflict and that my server does indeed support mod rewrite.
  • acrylian Administrator, Developer
    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?
  • I uncommented the path overrides because there were problems. I updated from 1.1.1.
  • 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.
  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.