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
  • Select an option

  • Save mattsandersuk/35ef705010f6c2d59e81 to your computer and use it in GitHub Desktop.

Select an option

Save mattsandersuk/35ef705010f6c2d59e81 to your computer and use it in GitHub Desktop.

Revisions

  1. @bavington bavington created this gist Aug 20, 2013.
    7 changes: 7 additions & 0 deletions 503.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <?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>