Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance page #77

Open
simonrjones opened this issue Jan 20, 2020 · 0 comments
Open

Maintenance page #77

simonrjones opened this issue Jan 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@simonrjones
Copy link
Member

Take site down and return static HTML page. Review best way to manage this.

Need a pre-prepared self contained HTML page.

Need to return a 503 status code and indicate when user should revisit:

header('HTTP/1.1 503 Service Temporarily Unavailable'); header('Status: 503 Service Temporarily Unavailable'); header('Retry-After: 1800');

Nice-to-have: open up site access to a set of IP addresses so we can test site without making it public.

See https://yoast.com/http-503-site-maintenance-seo/

@simonrjones simonrjones added the enhancement New feature or request label Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant