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