Source code of header1.php

<?php
       header
('Location: http://www.ccsf.edu');
?>
<html>
<body>
<p>You'll never see this!</p>
</body>
</html>