<?php
header("HTTP/1.0 403 Forbidden");
?>
<html>
<head>
    <title>403 Forbidden</title>
</head>
<body>

<p>Directory access is forbidden.</p>

</body>
</html>