Created
March 14, 2016 13:06
-
-
Save morrismukiri/45772d6d0c0d09dc02e6 to your computer and use it in GitHub Desktop.
Prevent access to carelessly left backup files in a server
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
<FilesMatch "\.(ini|log|sh|zip)$"> | |
Order Allow,Deny | |
Deny from all | |
</FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment