Posted by Csaba Gabor on 07/04/06 12:11
yawnmoth wrote:
> Say I had the following script:
>
> <?
> echo $_SERVER['PHP_SELF'];
> ?>
>
> Lets call this script test.php. On some severs, accessing
> /test.php/foobar will yield in /test.php/foobar being displayed while
> on others, it'll result in /test.php being displayed. I can't seem to
> find anything that all the servers that do display it or all the
> servers that don't display it have in common. Any ideas? Is it some
> PHP directive or some Apache module or something?
PATH_INFO
See, especially the Jul 3 post of:
http://groups.google.com/group/comp.lang.php/browse_frm/thread/5b0df8b9b8b5d81a/
Csaba Gabor from Vienna
[Back to original message]
|