Member
Member
charlenebeaver   19-09-2005, 21:17
#1

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]

Junior Member
Junior Member
thesirdanny   20-09-2005, 04:40
#2

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?

Developer
Developer
trisweb   20-09-2005, 06:59
#3

[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

Member
Member
charlenebeaver   20-09-2005, 10:02
#4

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

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