Skip to content

Instantly share code, notes, and snippets.

@mattsandersuk
Forked from bavington/503.php
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsandersuk/35ef705010f6c2d59e81 to your computer and use it in GitHub Desktop.
Save mattsandersuk/35ef705010f6c2d59e81 to your computer and use it in GitHub Desktop.
<?php
header('HTTP/1.1 503 Service Temporarily Unavailable');
header('Retry-After: Sat, 8 Oct 2011 18:27:00 GMT'); //How long before you estimate your website will be back.
?>
<!DOCTYPE HTML>
<html>
<head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment