blob: ac1e8f54379d7bfa6524bae287b80186897cd469 [file] [log] [blame]
<?php
header("Expires: Thu, 01 Dec 2003 16:00:00 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header('HTTP/1.1 307 Temporary Redirect');
header('Location: resource-redirect-2.php');
?>