$_SERVER['REQUEST_URI'] is a system variable that is supposed to return the URL that was used to request the page. Most likely your server is supressing this for some kind of "security" reasons. It may be possible to run Zenphoto with mod_rewrite reset under these conditions, I do not really know. But anyway, you should ask your service provider about this as it is a server configuration (I presume.)
I have looked more at the code. As it stands setting mod_rewrite off will not fix your problem. However, the code can be changed so that it should. I will make that change in tonight's nightly build. Tomorrow you can download that version from http://www.zenphoto.org/files/nightly/ and see if it solves the issue.
Comments