[PHP] Re: 404 header From: Richard Lynch (ceo <email protected>)
Date: 08/21/01

Just telnet to a 404 page that works and see what that outputs...

I'm guessing:
header("404: Page does not exist");

--
WARNING richard <email protected> address is an endangered species -- Use
ceo <email protected>
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Boaz Yahav <berber <email protected>>
Newsgroups: php.general
To: PHP General (E-mail) <php-general <email protected>>
Sent: Tuesday, August 21, 2001 9:57 AM
Subject: 404 header

Hi

I'm using IIS and I changed the 404 page to something else. Now the server returns an 200 OK message for a mistaken page :) Does anyone know the exact headers I need to send b4 the page so that the server will send back to the client the 404 NOT FOUND header along with the new page?

thanks

berber

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>