Created
September 14, 2016 20:01
-
-
Save cbertelegni/7de2b934102aa6d18ed7e43d3de30d28 to your computer and use it in GitHub Desktop.
.htacces desallow .py, php, rb...
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 "\.(?:inc|php|py|rb|md)$"> | |
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