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?
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.
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.