de1vin
10/18/2019 - 6:28 PM

php redirect

<?php 
 header("HTTP/1.1 301 Moved Permanently"); 
 header("Location: http://www.host.ru"); 
 exit();