Skip to content

Instantly share code, notes, and snippets.

@jwv
Last active June 27, 2020 09:28
Show Gist options
  • Save jwv/4595235 to your computer and use it in GitHub Desktop.
Save jwv/4595235 to your computer and use it in GitHub Desktop.
Apache: Maintenance mode
############################################
## 503 Maintenance mode
RewriteCond %{REQUEST_URI} !^/maintenance/
RewriteCond %{REMOTE_HOST} !^YOUR\.IP\.ADDRESS\.HERE$
RewriteCond %{REMOTE_HOST} !^127\.0\.0\.1$
RewriteRule .* index.php [R=503,L]
ErrorDocument 503 /maintenance/maintenance.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment