Seairth Jacobs wrote: > As I understand it, it would allow me to do the following: > > /path/file.php/more_path/ > > Where PATH_INFO would be equal to "more_path/", instead of > "/path/file.php/". Right now, I get an error back from the above, > giving the following message:
For me this doesn't work in Apache (CGI). http://localhost:96/info.php/something/ returns Fatal error: Unable to open f:\testroot\info.php\something\ in Unknown on line 0 So it seems, Apache passes the request to php, but php doesn't deal correctly with the path... maybe it's a php problem on windows (or something against the CGI spec.) Christoph -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php