"Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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.)

It turns out that only the Apache module works here.  CGI does not.  Maybe
this is the same problem with IIS.  I am using the CGI version of PHP.
Maybe if I switched to the ISAPI version, it would work...  I'll have to try
that out.


--
---
Seairth Jacobs
[EMAIL PROTECTED]





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to