ZenphotoCMS Forum
- 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: (/thread-12882.html)



- Guest - 2026-07-03

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!




- naib - 2007-06-15

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




- korn - 2010-01-12

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




- acrylian - 2010-01-12

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?




- korn - 2010-01-12

ops was .htaccess not present...




- reneesanguinetti - 2010-01-14

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!




- sbillard - 2010-01-14

run setup. look at the setup log in admin




- reneesanguinetti - 2010-01-14

Found the problem! Now it works as it should.

Thank-you for the quick reply!