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]
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.
anyone have any ideas?
I thought it was weird you were asking for relaive path =) It worked! Can't wait to use the program!