Skip to content

Instantly share code, notes, and snippets.

@adambyrtek
Created July 5, 2009 16:50
Show Gist options
  • Save adambyrtek/141032 to your computer and use it in GitHub Desktop.
Save adambyrtek/141032 to your computer and use it in GitHub Desktop.
Deny access to .svn directories in Apache config
<Directory ~ "\.svn">
Order allow,deny
Deny from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment