almaz-b
4/23/2017 - 5:18 PM

PHP snippets

PHP snippets

<?php 
header("HTTP/1.1 307 Temporary Redirect"); 
header("Location: http://www.host.ru"); 
exit(); 
?>
header("Location: http://example.com/myOtherPage.php");
die();