Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created May 31, 2012 19:02
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 tommymarshall/2845462 to your computer and use it in GitHub Desktop.
Save tommymarshall/2845462 to your computer and use it in GitHub Desktop.
htaccess sql, gitignore, example.
# secure .htaccess file
<Files ~ ".htaccess|README|\.(sql)|.gitignore|Capfile|Gemfile|Guardfile|Rakefile$">
order allow,deny
deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment