summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php
blob: 638057bc6d490cf1bade1a032f2e4a31fdfe4589 (plain)
1
2
3
4
<?php
  header('HTTP/1.0 302 Found');
  header('Location: http://127.0.0.1:8000/resources/network-simulator.php?path=/appcache/resources/main-resource-redirect-frame-2.html');
?>