00001 <?php
00002 header("HTTP/1.0 404 Not Found");
00003 ?>
00004 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
00005 <html><head>
00006 <title>404 Not Found</title>
00007 </head><body>
00008 <h1>Not Found</h1>
00009 <p>The requested URL was not found on this server.</p>
00010 </body></html>