Skip to content

Instantly share code, notes, and snippets.

@tomgullo
Created May 24, 2012 16:29
Show Gist options
  • Save tomgullo/2782579 to your computer and use it in GitHub Desktop.
Save tomgullo/2782579 to your computer and use it in GitHub Desktop.
only allow localhost to access server
Order deny,allow
deny from all
allow from 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment