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