Skip to content

Instantly share code, notes, and snippets.

@trevorgreenleaf
Created July 13, 2013 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorgreenleaf/5989014 to your computer and use it in GitHub Desktop.
Save trevorgreenleaf/5989014 to your computer and use it in GitHub Desktop.
Quick Way to Take Your WordPress Site Down For Maintenance
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance/$
RewriteCond %{REMOTE_ADDR} !^111.111.111.111
RewriteRule $ /maintenance/index.html [R=302,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment