hi I've got a problem with the PATH_INFO environment variable on various servers. If I try to call a script named 'info.php' the following way '/info.php/xyz', the PATH_INFO variable should contain 'xyz', right? But it doesn't work in all cases. Seems like it's OK on servers with PHP compiled as Apache module. But if PHP is installed as CGI, on some servers it works, but in most cases I get an Error 500 or an Error 404. Can anybody tell me the reason for this behaviour? Perhaps a configuration issue?
Thanks Tom -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php