1 <?php
2 // Permanent redirection
3 header("HTTP/1.1 301 Moved Permanently");
4 //header("Location: select.php");
5 header("Location: select.php");
6 exit();
7 ?>