Object not found for one photo album only

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?

Comments

  • acrylian Administrator, Developer
    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
  • Thanks acrylian,

    I think the following rewrite rule on .htaccess file.

    #### Rewrite additions for zenpage
    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
  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.