maintenance200.info |
maintenance200.info |
|
name = "Maintenance 200"
description = "Allows the maintenance page to return a Status of 200 rather than the standard 503 code."
core = "7.x"
configure = admin/config/development/maintenance
files[] = maintenance200.test |
maintenance200.module |
maintenance200.module |
|
Code for the Maintenance 200 module. |
maintenance200.test |
maintenance200.test |
|
Tests functionality of the Maintenance 200 module. |
README.txt |
README.txt |
|
Maintenance 200 Module
Description
--------------
The Maintenance 200 module allows a site to return a Status code of 200 rather
than the default 503 (Service Unavailable) code. "But wait," you ask, "why
would I want that? The site… |