header('HTTP/1.0 301 Moved Permanently'); header('Location: http://new-page.com/'); header('Connection: close'); exit();