Skip to content

Instantly share code, notes, and snippets.

@hqmatics
Created August 9, 2012 19:46
Show Gist options
  • Save hqmatics/3307452 to your computer and use it in GitHub Desktop.
Save hqmatics/3307452 to your computer and use it in GitHub Desktop.
Redirect to maintenance page
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$
RewriteCond %{REQUEST_URI} !images$
RewriteCond %{REMOTE_HOST} !^192\.168\.5\.102
RewriteRule $ /maintenance.html [R=302,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment