IIRC, REQUEST_URI is one of the variables set by Apache but not by IIS.
-- Zigger
On Wed, 16 Mar 2005 13:46:21 -0800, Drummonds, Scott B wrote:
... Notice: Undefined index REQUEST_URI in D:\web\wiki\includes\Setup.php on line 113
Can someone please tell me what is going on and how do I fix it?
This problem is a PHP for Windows problem, as I understand it. You should replace all references to the REQUEST_URI member of the _SERVER array with SCRIPT_NAME. The name of the same variable is different between the Windows and UNIX versions of PHP. ...