I have note tested this, but I think you can probably get this in before the
apache header info:
header("HTTP/1.0 200 OK");
I'll go test that, I've also got a 404 handler, and wouldn't mind never
having 404s reported to IE :)
-alex
--
Alex Black, Head Monkey
[EMAIL PROTECTED]
The Turing Studio, Inc.
http://www.turingstudio.com
vox+510.666.0074
fax+510.666.0093
Saul Zaentz Film Center
2600 Tenth St Suite 433
Berkeley, CA 94710-2522
> From: [EMAIL PROTECTED] (Dieter Kneffel)
> Organization: http://mopilot.com - your personal mobile agent
> Newsgroups: php.general
> Date: 22 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 without having sent
> the usuall 404 header.
>
> Thanks,
>
> dk
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]