Skip to content

Instantly share code, notes, and snippets.

@e2kaneko
Created May 17, 2011 00:51
Show Gist options
  • Save e2kaneko/975671 to your computer and use it in GitHub Desktop.
Save e2kaneko/975671 to your computer and use it in GitHub Desktop.
.htaccess データファイルアクセス制限
<Files ~ "\.(dat|log|csv)$">
deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment