Skip to content

Instantly share code, notes, and snippets.

@benbridge
Created November 29, 2013 21:27
Show Gist options
  • Save benbridge/7712236 to your computer and use it in GitHub Desktop.
Save benbridge/7712236 to your computer and use it in GitHub Desktop.
Block access to "hidden" directories whose names begin with a period.
# Block access to "hidden" directories whose names begin with a period.
RewriteRule "(^|/)\." - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment