summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/ssl/resources/referer-301-redir.php
blob: d93dc7a175125184085d8b76069c8ee1e5738265 (plain)
1
2
3
4
5
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://127.0.0.1:8000/ssl/resources/no-http-referer.cgi");
header("Cache-Control: no-cache,no-store");
?>