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
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?
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`