Google recommends returning a 503 HTTP response when a site is temporarily unavailable.
I have a few plain HTML Sites. How do I return 503 status in plain HTML sites?
I'm on a Linux box with Apache.
Google recommends returning a 503 HTTP response when a site is temporarily unavailable.
I have a few plain HTML Sites. How do I return 503 status in plain HTML sites?
I'm on a Linux box with Apache.
You have to set the status code on the sever and not in your HTML files.