-
-
Save inoas/c034748b886af48830ea7fda75fd8cc8 to your computer and use it in GitHub Desktop.
.htaccess 503 Техническое обслуживание сайта (maintenance page)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AddDefaultCharset utf-8 | |
ErrorDocument 503 /maintenance.html | |
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{REQUEST_FILENAME} !maintenance.html | |
RewriteRule .* /maintenance.html [R=503,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment