Re: [PHP] URL path question

2002-08-13 Thread Jason Reid
- Original Message - From: "Seairth Jacobs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 8:21 PM Subject: [PHP] URL path question > I would like to be able to do the following: > > www.sample.com/path/file.php/additional/path/ >

[PHP] URL path question

2002-08-13 Thread Seairth Jacobs
I would like to be able to do the following: www.sample.com/path/file.php/additional/path/ Unfortunately on IIS, this gives an error. Interestingly, the following does not: www.sample.com/path/file.php/ I need to have a single PHP script be responsible for a series of resources, but I do not