|
Posted by Chuck Anderson on 07/01/06 22:29
This may be more of an Apache question, but after an upgrade at my
remote host (one of them being from Php4 to Php5), $_SERVER['PATH_INFO']
no longer contains any data. Instead, the string I am looking for is in
$_SERVER['ORIG_PATH_INFO'] (never heard of that one before - I found it
using phpinfo).
Example URL:
http://example.com/index.php/Keyword
Before the upgrade $_SERVER['PATH_INFO'] would contain /Keyword. Now it
is blank, and there is a new server variable, $_SERVER['ORIG_PATH_INFO']
that does contain /Keyword.
Is this a Php5 issue, ... an Apache issue, ... something else?
--
*****************************
Chuck Anderson • Boulder, CO
http://www.CycleTourist.com
Everyone's journey should be different,
so that we all are enriched
in new and endless ways
*****************************
Navigation:
[Reply to this message]
|