root/LayoutTests/http/tests/misc/resources/redirect-to-http-url.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    header('Location: http://www.example.com/');
    header('HTTP/1.0 302 Found');
?>

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