Skip to content

Instantly share code, notes, and snippets.

@PJZ9n
Created May 10, 2020 10:46
Show Gist options
  • Save PJZ9n/b116694ccf9c7bb6bc297f5ebd2f2796 to your computer and use it in GitHub Desktop.
Save PJZ9n/b116694ccf9c7bb6bc297f5ebd2f2796 to your computer and use it in GitHub Desktop.
全てのファイルへのアクセスをブロックする
<Files *>
Order deny,allow
Deny from all
#For Apache 2.4
#Require all denied
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment