CharlyBr on Jul 22nd, 2008Maintenance mode (HTTP 503) with lighttpd and PHP
When you put your website in maintenance mode, it’s a good idea to return a HTTP 503 error code to the client.
This code indicates that “the server is currently unable to handle the request due to a temporary overloading or maintenance of the server”.
The 503 code is used to avoid crawlers or [...]