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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to set the status code on the sever and not in your HTML files.