REQUEST_URI doesn't work in IIS 5.1
Brought to you by:
bfrackie
Hi,
I'm a newby to this project. I was in need of an CMS
and found 'open_medium'. Looks pretty cool.
During installation (on IIS 5.1) I found out that the use
of the $_SERVER("REQUEST_URI") in the logon.php script
doesn't give the right result.
Since I'm not an experienced PHP programmer, it took
me a while to find out what went wrong. I've replaced
the REQUEST_URI by SCRIPT_NAME which seems to do
the trick. Hate to tell you guys you'll have to make this
dependend on the server the script is running on.
Paul.