I\'m considering using the following code during a website launch phase to show users a down for maintenance page while showing me the rest of the site.
Is
The following code will issue a 301 redirect.
header('Location: http://www.example.com/', true, 301); exit;