/* $host = $_SERVER['HTTP_HOST']; $uri = rtrim(dirname($_SERVER['PHP_SELF']), '/\\'); $extra = 'live_pages/home.php'; header("Location: http://$host$uri/$extra"); Make sure that code below does not get executed when we redirect. exit;*/ ?>