// Redirect header (OR use the one below) header("Location: http://www.php.net/"); exit; // Redirect header with relative URI (edit $relative_url as necessary) #header("Location: http://".$HTTP_SERVER_VARS['HTTP_HOST']."/".dirname($HTTP_SERVER_VARS['PHP_SELF'])."/".$relative_url);