|
Posted by Chuck Anderson on 07/03/06 22:24
Alvaro G. Vicario wrote:
> *** Chuck Anderson escribió/wrote (Sat, 01 Jul 2006 16:29:53 -0600):
>
>> 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).
>>
>
> Check this Apache directive:
>
> AcceptPathInfo Directive
> Description: Resources accept trailing pathname information
> Syntax: AcceptPathInfo On|Off|Default
> Default: AcceptPathInfo Default
> Context: server config, virtual host, directory, .htaccess
> Override: FileInfo
> Status: Core
> Module: core
> Compatibility: Available in Apache 2.0.30 and later
I was being a little daft here. Php is run as cgi on the server.
--
*****************************
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
*****************************
[Back to original message]
|