Posted by Jeremy on 12/06/06 22:39
At some point, $_SERVER["REQUEST_URI"] started including the query
string. It seems to me that it didn't do this before.
Example: for URL "http://www.foo.bar/path/script?thing=value"
$_SERVER["REQUEST_URI"] should be "/path/script"
But it's now "/path/script?thing=value".
Is this supposed to happen? Is there a configuration that controls this?
Thanks,
Jeremy
[Back to original message]
|