summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/resources/fallback-redirect.php
blob: deb101a8f4f56e8c39bff651815a9086a1d4f4f6 (plain)
1
2
3
4
5
6
7
8
<?php
    header('HTTP/1.1 307 Temporary Redirect');
    header('Location: http://localhost:8000/appcache/resources/simple.txt');

    header("Expires: Thu, 01 Dec 2003 16:00:00 GMT");
    header("Cache-Control: no-cache, must-revalidate");
    header("Pragma: no-cache");
?>