not-found.php 93 Bytes Edit Raw Blame History 1 2 3 4 <?php header("HTTP/1.1 404 Not found"); ?> <h1>Page not found</h1> <p>Error: <?=$error?></p>