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



404 Error - charlenebeaver - 19-09-2005

I checked my .htaccess file and have been changing things and I still get 404 error "Not Found
[b]The requested URL /home/charlene/public_html/gallery/zen/admin.php was not found on this server."[/b]

I uploaded ZenPhoto, exactly as the order it was extracted from the zip file, in a folder called gallery.
My absolute path to gallery is
[b]/home/charlene/public_html/gallery/[/b]

For the .htacess file I set it up so:
[b]# !!! Change this to the absolute path !!!
RewriteBase /home/charlene/public_html/gallery/"
and
RewriteRule ^zen/(.)$ - [L]
RewriteRule ^tests/(.
)$ - [L]
RewriteRule ^admin$ admin/ [R]
RewriteRule ^admin/?$ zen/admin.php [QSA,L]
RewriteRule ^admin/admin.css$ zen/admin.css [R,L]
RewriteRule ^admin/admin.js$ zen/admin.js [R,L][/b]




404 Error - thesirdanny - 20-09-2005

I'm having a similar problem - i've followed all the directions - but get a 404 error after hitting "administrate". i looked at where these are linked to, and the admin link location doesn't exist ( /zenphoto/admin )

the error i get when i click on "view your gallery" is Error: The 'albums' directory cannot be found or is not readable.

  • which is the same error as when I go and load up /zenphoto/zen/admin.php

anyone have any ideas?




404 Error - trisweb - 20-09-2005

[b]thesirdanny[/b] - This explains your error and how to fix it.

[b]charlenebeaver[/b] - sorry, it should say "relative path" - or rather, the absolute path from the root folder of your web server. Yours would be like so:

RewriteBase /gallery




404 Error - charlenebeaver - 20-09-2005

I thought it was weird you were asking for relaive path =) It worked! Can't wait to use the program!