![]() |
|
Object not found for one photo album only - 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: Object not found for one photo album only (/thread-8495.html) |
Object not found for one photo album only - hkdigit - 2011-04-15 Hi, I cannot access one of the photo album by following URL: http://www.hkgimages.com/pic/news/ however, it work properly by using following URL: http://www.hkgimages.com/pic/index.php?album=news ZenPhoto versiop: 1.3.1.2 [5831] Any hints? Object not found for one photo album only - acrylian - 2011-04-15 This means your server either does not support mod rewrite or the htaccess file used is not correct. Re-run setup to see what it reports on that topic Object not found for one photo album only - hkdigit - 2011-04-15 Thanks acrylian, I think the following rewrite rule on .htaccess file. Rewrite additions for zenpageRewriteRule ^news/?$ index.php?p=news [L,QSA] Although I don't use zenpage, but to prevent further issue, I rename the album from news to press. http://www.hkgimages.com/pic/press/ Thanks for the hints Object not found for one photo album only - acrylian - 2011-04-15 Yes, indeed, didn't think of that. There are some "reserverd" names you can't use. Bbesides "new" those are "page" and "pages" and of course all possible folders within your Zenphoto installation). Of course if you don't use Zenpage you can also remove the related rewrite rules.But you will have to redo that with every update naturally. |