Skip to content

Instantly share code, notes, and snippets.

@olivergeorge
Created October 3, 2009 22:49
Show Gist options
  • Save olivergeorge/200943 to your computer and use it in GitHub Desktop.
Save olivergeorge/200943 to your computer and use it in GitHub Desktop.
Good Apache vhost defaults
<Directory ~ ".*\.svn">
Order allow,deny
Deny from all
Satisfy All
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment