I'm going to be taking down my website for an upgrade to the code. I'd like to have a temporary downtime page display during the upgrade. For the sake of preventing issues with bots attempting to spider my site during the downtime, what HTTP response should I make sure to return during this window?
|
feedback
|
|
According to the RFC, the correct response to return is 503 - Service Unavailable
| |||||
feedback
|