Skip to content

Instantly share code, notes, and snippets.

@lynettechandler
Created September 10, 2013 16:14
Show Gist options
  • Save lynettechandler/6511765 to your computer and use it in GitHub Desktop.
Save lynettechandler/6511765 to your computer and use it in GitHub Desktop.
Shut down access to all traffic and display temporary page except for IP's listed.
<Limit GET POST PUT>
Order Deny,Allow
Deny from all
Allow from 100.1.10.10
</Limit>
ErrorDocument 403 /Upgrade.html
<Files Upgrade.html>
Order Allow,Deny
Allow from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment