ZenphotoCMS Forum
No images, 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: No images, 404 error (/thread-8.html)



No images, 404 error - bitterfly - 2005-09-19

Hello.
I installed zenphoto and I seem to be able to create an album, but there's no album thumbnail and when I click on the album link I get this:

Not Found
The requested URL /zp/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

And when I click on the "admin" link from the gallery view I get the same thing witrh this line:

The requested URL /zp/zen/admin.php was not found on this server

What am I doing wrong?
Thank you in advance!




No images, 404 error - bitterfly - 2005-09-19

Nevermind. Figured it out - .httaccess file was invisible (found it in one of the comments), so I recreated it, changed the path and now everything works. Thanks a lot for such a great tool!




No images, 404 error - ontiveros - 2006-04-18

I'm having this error, and can't figure out what is wrong with my set up. My installation path is www.example.tld/zenphoto

My .httpaccess files reads:


!!! Change this to the web path (eg: http://www.example.tld/zenphoto --> /photos) !!!


RewriteBase /zp


What do I need to change?

Thanks...




No images, 404 error - ontiveros - 2006-04-18

For those of you who stumble upon this later, you will need to update the RewriteBase. It should be the path of the installation. In my example, it would read:

RewriteBase /zenphoto

Hope this helps...