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:
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
Everyone's journey should be different,
so that we all are enriched
in new and endless ways
*************** **************
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:
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
Everyone's journey should be different,
so that we all are enriched
in new and endless ways
*************** **************
Comment