root
/
LayoutTests
/
http
/
tests
/
misc
/redirect.php
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
<?php
header
('Location: resources/redirect-result.php');
header
('HTTP/1.0 302 Found');
?>
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/