Unregistered
Unregistered
Guest   Less than 1 minute ago
#1

Hi there

I got zenphoto running now and I can administrate it. The only problem is that I get a 404 error message when clicking on an album. This error just occurs when I'm using mod_rewrite.

So I think there's a problem with my mod_rewrite.

I spent over 3hrs to fix that but without success :-(

I use zenphoto at gallery.myhost.tld; the only thing I know is that the default virtual apache server (accessible by entering the IP address) does support mod_rewrite just fine.

Any ideas?

Thanks!

Member
Member
naib   15-06-2007, 20:47
#2

long shot but it could be in the apache config
I had the same issue and I had to create a /etc/httpd/conf/extra/zenphoto.conf file (NOTE this was for arch-linux, where the config files for yr server reside...). This files basically contained

`

    php_flag display_errors off

    AllowOverride all

`

Then in /etc/httpd/conf/httpd.conf
in the section where the apache config pulls in specific configs I added:
Include /etc/httpd/conf/extra/zenphoto.conf

This works for me, it may/may not work for you

Member
Member
korn   12-01-2010, 13:53
#3

i have the same problem and i don't have the access at httpd.conf, any ideas?

Administrator
Administrator
acrylian   12-01-2010, 14:31
#4

a) Your server does not have modrewrite/htaccess functionality
b) The .htaccess file is not present or not correct

About both setup should tell you something. So what does it tell?

Member
Member
korn   12-01-2010, 19:51
#5

ops was .htaccess not present...

Member
Member
reneesanguinetti   14-01-2010, 01:11
#6

Hello,

I have the same problem with my albums and 404 error messages. I checked and the .htaccess is present, but how can I check to see if it is correct?
Thank-you!

Member
Member
sbillard   14-01-2010, 02:27
#7

run setup. look at the setup log in admin

Member
Member
reneesanguinetti   14-01-2010, 04:26
#8

Found the problem! Now it works as it should.

Thank-you for the quick reply!

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