| PHP: Send 404 Error Header |
|
|
|
| Development - PHP |
| Written by Rick |
| Friday, 06 June 2008 09:28 |
|
To return the proper header information in a file used as a 404 error page, enter the following line at the beginning of the document (Yes, before <!DOCTYPE> and <html> tags); <php header("HTTP/1.0 404 Not Found"); ?>Â |





