not-found.php 93 Bytes
<?php
header("HTTP/1.1 404 Not found"); ?>
<h1>Page not found</h1>
<p>Error: <?=$error?></p>