From Google Webmaster Tools:
HTTP/1.1 404 Not Found Date: Thu, 10 May 2012 06:43:57 GMT Server: Apache/2.2.14 (Ubuntu) X-Powered-By: PHP/5.3.2-1ubuntu4.10 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 5626 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="bg-bg" lang="bg-bg"> <head> <title>Страница грешка - 404, 404 Error page</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
The PHP code
header('HTTP/1.1 404 Not Found');
readfile('notfound.html');
die();
