Skip to content

Instantly share code, notes, and snippets.

@inoas
Forked from cronfy/.htaccess
Created May 24, 2018 23:26
Show Gist options
  • Save inoas/c034748b886af48830ea7fda75fd8cc8 to your computer and use it in GitHub Desktop.
Save inoas/c034748b886af48830ea7fda75fd8cc8 to your computer and use it in GitHub Desktop.
.htaccess 503 Техническое обслуживание сайта (maintenance page)
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