[PHP] 404 handler

2001-01-22 Thread Dieter Kneffel
Currently I use customized pages for 404 error handling. Problem is, even if my HTML page is sent, the header still contains the '404 not found' How can I avoid an '404 not found' header to be sent? I want a normal page to show up without having sent the usuall 404 header. Thanks, dk --

Re: [PHP] 404 handler

2001-01-22 Thread Alex Black
2 Jan 2001 05:58:52 -0800 Subject: [PHP] 404 handler Currently I use customized pages for 404 error handling. Problem is, even if my HTML page is sent, the header still contains the '404 not found' How can I avoid an '404 not found' header to be sent? I want a normal page to show up with