Skip to content

Instantly share code, notes, and snippets.

@jedateach
Created November 28, 2013 02:22
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 jedateach/7686352 to your computer and use it in GitHub Desktop.
Save jedateach/7686352 to your computer and use it in GitHub Desktop.
Display a maintenance page for a site
RewriteCond %{REQUEST_URI} !/maintenance.html$
RewriteCond %{REMOTE_HOST} !^888\.888\.888\.888
RewriteRule $ /maintenance.html [R=302,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment