<?php

header($_SERVER['SERVER_PROTOCOL'] . ' 500 Internal Server Error', true, 500);

?>
<html>
    <head>
        <meta name="robots" content="noindex,nofollow">
    </head>
    <body>
    <h1>No page configured for this Domain</h1>
    </body>
</html>

<?php
die();

