Skip to content

Instantly share code, notes, and snippets.

@thehelvetian
Created June 15, 2019 04:55
Show Gist options
  • Save thehelvetian/9385532d6499999b12cc034cdb32ca2b to your computer and use it in GitHub Desktop.
Save thehelvetian/9385532d6499999b12cc034cdb32ca2b to your computer and use it in GitHub Desktop.
Apache maintenance mode
RewriteEngine On
RewriteCond %{ENV:REDIRECT_STATUS} !=503
RewriteCond "/var/www/example.com/html/.maintenance" -f
RewriteRule ^(.*)$ /$1 [R=503,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment