![]() |
|
Issue with "Albums" - Folder 'Not Found' - 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: Issue with "Albums" - Folder 'Not Found' (/thread-5346.html) |
Issue with "Albums" - Folder 'Not Found' - hubutz - 2009-06-16 Hey all, just installed ZenPhoto - worked all fine (at least it seem to work fine). I've created a new folder in the albums folder (via SCP) and copied some files. ZenPhoto did recognize that and created a new album, but... when i visit my nearly uncustomized site and click on the gallery.. it shows the "Not Found"-error page. Anyone got a clue what I've done wrong? Can i help with more infos? If yes, which? Thanks and cheers, //EDIT htaccess file version 1.2.2.0;Update the above and the define in setup.php when you make changes to the rewrite rules!NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory. (Or let setup.php do it for you!)RewriteEngine On !!! Change this to the web path (eg: http://www.yourwebsite.com/photos --> /photos) !!!RewriteBase / RewriteRule ^admin/?$ zp-core/admin.php [R,L] RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule index.php$ index.php [L,QSA] Rewrite rule addition for searchRewriteRule ^page/search/fields([0-9]+)/(.)/([0-9]+)/?$ index.php?p=search&searchfields=$1&words=$2&page=$3 [L,QSA] Issue with "Albums" - Folder 'Not Found' - hubutz - 2009-06-16 If i disable the "modrewrite" option in the option it works. Thanks! Issue with "Albums" - Folder 'Not Found' - sbillard - 2009-06-16 I'm assuming that the above .htaccess file is the one setup created for you. If so, your server probably does not support mod_rewrite. If not, re-run setup to be sure that the RewriteBase is correct--the one above presumes you installed in the root folder of your site. |