Created
May 10, 2020 10:46
-
-
Save PJZ9n/b116694ccf9c7bb6bc297f5ebd2f2796 to your computer and use it in GitHub Desktop.
全てのファイルへのアクセスをブロックする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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