-
-
Save darkworks/78b5799c3bc0b8a7401c63268f9a07bf to your computer and use it in GitHub Desktop.
Snipped for a maintenance mode setup in .htaccess
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
ErrorDocument 503 /maintenance.html | |
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule .* /maintenance.html [R=503,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment