Member
Member
Stephane   2008-03-24, 11:57
#1

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?

Administrator
Administrator
acrylian   2008-03-24, 12:13
#2

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?

Member
Member
Stephane   2008-03-24, 12:41
#3

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

Administrator
Administrator
acrylian   2008-03-24, 13:03
#4

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?

Member
Member
Stephane   2008-03-24, 13:19
#5

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

Member
Member
Stephane   2008-03-24, 13:37
#6

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.

Administrator
Administrator
acrylian   2008-03-24, 17:30
#7

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.