Skip to content

Instantly share code, notes, and snippets.

@jshbrntt
Last active August 29, 2015 14:20
Show Gist options
  • Save jshbrntt/9d520ac4ceec32a94ef0 to your computer and use it in GitHub Desktop.
Save jshbrntt/9d520ac4ceec32a94ef0 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteBase /
RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1 # Developer IP
RewriteCond %{REQUEST_URI} !^/maintenance\.html$
RewriteRule ^(.*)$ http://myhost.co.uk/maintenance.html [R=307,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment