PhpRiot

Listing 1759

Followup to listing-1758.php, submitted by asdfasdf.

Submitted by anonymous user, 16 November 2008
header("HTTP/1.0 404 Not Found");
print "<HTML><HEAD>\r\n";
print "<TITLE>404 Not Found</TITLE>\r\n";
print "<META HTTP-EQUIV=Refresh CONTENT=\"0; URL=/\">\r\n";
print "</HEAD><BODY>\r\n";
print "<H1>Not Found</H1>\r\n";
print "The requested URL was not found on this server.<P>\r\n";
print "</BODY></HTML>\r\n";
exit;
Submit a Follow Up