ID: 7782 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: IIS related Assigned To: Comments: Verified under win2k IIS, will look into it further although this might be a general difference between IIS and Apache PHP has no control over. James Previous Comments: --------------------------------------------------------------------------- [2000-11-13 09:19:55] [EMAIL PROTECTED] Under Apache it is possible to add non existant paths/files after a call to a script, e.g.: http://host/script.php/a/path/template.html in which case Apache will start php with script.php and /a/path/template.html in the server variable PATH_INFO. when trying this in IIS 5.0 under windows 2000, it seems that IIS correctly calls the phpisapi.dll, but php then returns the message: Warning: Failed opening 'd:inetpubwwwroottest.phpapathtemplate.html' for inclusion (include_path='') in Unknown on line 0 It would be nice if this worked like with the apache version... --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=7782 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]