[chora] 404 Not Found

Anil Madhavapeddy anil@recoil.org
Wed, 15 Aug 2001 07:40:21 +0100


On Wed, Aug 15, 2001 at 08:34:05AM +0200, Josef Spegel wrote:
> Hi Cynic,
> 
> Cynic <cynic@mail.cz> schrieb am 14.08.01:
> > Hm... Can you try upgrading Apache to 1.3.20? I have never 
> > experienced a crash with PATH_INFO, and I was extensively
> > using it while developing Luxor around 4.0.5.
> > 
> > Anyway, I've built Apache 1.3.19, and am compiling PHP 4.0.5
> > right now. I'll test it, and let you know if it crashes on 
> > me. If it does, it's a bug in either of them, and you should
> > upgrade. If it doesn't, well, you should probably upgrade 
> > anyway. :)
> > 
> 
> I have upgraded my Apache to 1.3.20 with no success. My test
> program is still creating bullshit...
> 
> Which version of web-server do you use (if you use Windows) ?
>

Update your Chora to latest CVS, and there's a new option
in conf.php available.

Set $conf['options']['use_path_info'] to false and it'll
no longer make use of PATH_INFO

Anil