Re: [PHP] PHP as external script and Apache : configuring 404 errors

2001-07-04 Thread Rasmus Lerdorf
If you make PHP a module this will work just fine. As a CGI I'd have to have a look at the code. There may or may not be a way to solve this, but it would require code changes. -Rasmus On Wed, 4 Jul 2001, Laurent INFOS wrote: > Hello, > > I have : > - Apache 1.3.x > - PHP 4.0.5 (not a modul

[PHP] PHP as external script and Apache : configuring 404 errors

2001-07-04 Thread Laurent INFOS
Hello, I have : - Apache 1.3.x - PHP 4.0.5 (not a module, but a separate script) - the directive ErrorDocument is configurated : ErrorDocument 404 /404.html My problem : - http://server/filenotpresent gives a 404 error, and open 404.html. It's OK. - http://server/filenotpresent.php4