404 Error

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

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
/home/charlene/public_html/gallery/

For the .htacess file I set it up so:
# !!! 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]

Comments

  • 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?
  • trisweb Administrator
    thesirdanny - This explains your error and how to fix it.

    charlenebeaver - 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`
  • I thought it was weird you were asking for relaive path =) It worked! Can't wait to use the program!
Sign In or Register to comment.