Skip to content

Instantly share code, notes, and snippets.

@stsysr
Created June 13, 2013 03:19
Show Gist options
  • Save stsysr/5771002 to your computer and use it in GitHub Desktop.
Save stsysr/5771002 to your computer and use it in GitHub Desktop.
Apache LocationMatchで特定のディレクトリを除外
/hoge を除外
<LocationMatch /(?!hoge)>
</LocationMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment