ID: 16622 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache2 related Operating System: Any? (Redhat 7.2) PHP Version: 4.2.0 New Comment:
I am having the same problem. It seems that Apache2 tries to use the script name as a folder name. This happens to .html files as well, so I think it might be a problem with Apache itself, not PHP. I tried the latest cvs for php and apache and it didn't work either. I'm using Redhat 7.1. Setting AcceptPathInfo anywhere does not work also, even when trying to set php as a filter with addinputfilter and addoutputfilter. Previous Comments: ------------------------------------------------------------------------ [2002-04-15 10:50:55] [EMAIL PROTECTED] The use of the Apache 2 Directive, AcceptPathInfo fails in conjuction with PHP. AcceptPathInfo is supposed to allow scripts such as www.server.com/script.php to be referenced with additional URI information to be passed to the script such as www.server.com/script.php/value/value2. PHP calls this value PATH_INFO. When AcceptPathInfo is used in .htaccess files Apache still attempts to search for files in the file system and reports "object" not found. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16622&edit=1
