At some point, $_SERVER["REQUEST_UR I"] 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=va lue"
$_SERVER["REQUEST_UR I"] should be "/path/script"
But it's now "/path/script?thing=va lue".
Is this supposed to happen? Is there a configuration that controls this?
Thanks,
Jeremy
string. It seems to me that it didn't do this before.
Example: for URL "http://www.foo.bar/path/script?thing=va lue"
$_SERVER["REQUEST_UR I"] should be "/path/script"
But it's now "/path/script?thing=va lue".
Is this supposed to happen? Is there a configuration that controls this?
Thanks,
Jeremy
Comment