summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/access-via-redirect.php
blob: b0a61b08ef224c00aeb4a5e29a8075f37e5054a4 (plain)
1
2
3
4
5
6
7
<?php
header("Expires: Thu, 01 Dec 2003 16:00:00 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header('HTTP/1.1 307 Temporary Redirect');
header('Location: resources/access-via-redirect.html');
?>