Skip to content

Instantly share code, notes, and snippets.

@avit
Created May 25, 2010 08:39
Show Gist options
  • Save avit/412925 to your computer and use it in GitHub Desktop.
Save avit/412925 to your computer and use it in GitHub Desktop.
ErrorDocument 503 /system/maintenance.html
RewriteCond %{REQUEST_URI} !.(css|gif|jpg|png)$
RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f
RewriteCond %{SCRIPT_FILENAME} !maintenance.html
RewriteRule ^.*$ - [redirect=503,last]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment