[PHP] Re: $PATH_INFO not working

2004-04-24 Thread Anguz
Noel Da Costa wrote: Hi, Anyone know what might stop the $PATH_INFO variable from working? I developed a nav system using this which works on the test server, but not on the live server. I'm guessing this is something to do with the way PHP (4.2.2) and Apache (2.0) were compiled on the live serv

Re: [PHP] Re: $PATH_INFO not working

2004-04-23 Thread Marek Kilimajer
Torsten Roehr wrote: "Noel Da Costa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Thanks for the thought... I was using getenv('PATH_INFO'). I tried $_SERVER['PATH_INFO'], but it didn't help. PATH_INFO is working, ie being filled, but Apache doesn't seem to know what to do with it

[PHP] Re: $PATH_INFO not working

2004-04-23 Thread Torsten Roehr
"Noel Da Costa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks for the thought... > > I was using getenv('PATH_INFO'). I tried $_SERVER['PATH_INFO'], but it > didn't help. > > PATH_INFO is working, ie being filled, but Apache doesn't seem to know what > to do with it. So if m

[PHP] Re: $PATH_INFO not working

2004-04-23 Thread Noel da Costa
Thanks for the thought... I was using getenv('PATH_INFO'). I tried $_SERVER['PATH_INFO'], but it didn't help. PATH_INFO is working, ie being filled, but Apache doesn't seem to know what to do with it. So if my link has a URL: "index.php/section/login" it tries to find a literal folder with that

[PHP] Re: $PATH_INFO not working

2004-04-23 Thread Torsten Roehr
"Noel Da Costa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Anyone know what might stop the $PATH_INFO variable from working? I > developed a nav system using this which works on the test server, but not on > the live server. I'm guessing this is something to do with the