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