Skip to content

Instantly share code, notes, and snippets.

@jacques
Created October 16, 2010 15:45
Show Gist options
  • Select an option

  • Save jacques/629927 to your computer and use it in GitHub Desktop.

Select an option

Save jacques/629927 to your computer and use it in GitHub Desktop.
directories.conf
<Files ~"^\.git">
Order allow,deny
Deny from all
</Files>
<Location ~ "/\.git">
Order deny,allow
Deny from all
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment