<?php
header('HTTP/1.1 301 Moved Permanently');
header('Location: http://'.$_SERVER['HTTP_HOST'] );
header('Connection: close');
exit();
?>