<?php // Permanent redirection header("HTTP/1.1 302 Moved temporarily"); header("Location: client.php"); exit(); ?>