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?
Thanks acrylian,
I think the following rewrite rule on .htaccess file.
RewriteRule ^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
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.