1<?php
2	header("Status: 404");
3
4	print $_SERVER["PHP_SELF"];
5?>
6