|
Posted by Alvaro G. Vicario on 07/02/06 08:50
*** 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
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
[Back to original message]
|