Skip to content

Instantly share code, notes, and snippets.

@hn-support
Last active January 13, 2018 03:04
Show Gist options
  • Save hn-support/d47b67dd7b72a3aeaee7857565039eb7 to your computer and use it in GitHub Desktop.
Save hn-support/d47b67dd7b72a3aeaee7857565039eb7 to your computer and use it in GitHub Desktop.
block version control directory on apache2
<Directorymatch "^/(.*/)*\.(git|svn)/">
  Order deny,allow
  Deny from all 
</Directorymatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment