You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create instance of middleware as you want (we use [named constructors](http://verraes.net/2014/06/named-constructors-in-php/)) and add it to middleware runner.
* Support `Retry-After` header (as seconds, or HTTP-date),
8
-
* Support `Redirect` header (redirect page after `Retry-After` time).
19
+
* Setup 503 status code,
20
+
* Supports `Retry-After` header (as seconds or HTTP-date),
21
+
* Supports `Redirect` header (redirect page after `Retry-After` time).
22
+
23
+
More about this SEO practice: [How to deal with planned site downtime](http://googlewebmastercentral.blogspot.com/2011/01/how-to-deal-with-planned-site-downtime.html) in Google Webmaster Central Blog.
24
+
25
+
## How to install
26
+
27
+
Use composer!
9
28
10
-
More about this SEO practice: [How to deal with planned site downtime](http://googlewebmastercentral.blogspot.com/2011/01/how-to-deal-with-planned-site-downtime.html) in Google Webmaster Central Blog.
0 commit comments