Home | History | Annotate | Download | only in resources
      1 <?php
      2 header("Expires: Thu, 01 Dec 2003 16:00:00 GMT");
      3 header("Cache-Control: no-cache, must-revalidate");
      4 header("Pragma: no-cache");
      5 header('HTTP/1.1 307 Temporary Redirect');
      6 header('Location: resource-redirect-2.php');
      7 ?>
      8