How To Return Specific HTTP Status Code In A Plain HTML Page
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 Lin
Solution 1:
You have to set the status code on the sever and not in your HTML files.
Post a Comment for "How To Return Specific HTTP Status Code In A Plain HTML Page"