<?php
header("HTTP/1.1 301 Moved Permanently");
header('Location: http://site.ru');
/*
Еще Вариант header('Location: http://site.ru', true, 301)
*/
<?php
header("HTTP/1.1 301 Moved Permanently");
header('Location: http://site.ru');
/*
Еще Вариант header('Location: http://site.ru', true, 301)
*/