root/LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php

/* [<][>][^][v][top][bottom][index][help] */
<?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');
?>

/* [<][>][^][v][top][bottom][index][help] */