block access to hidden files

This commit is contained in:
2017-05-19 20:20:16 +02:00
parent 859ad1d3b0
commit 3ffa31be66

4
.htaccess Normal file
View File

@@ -0,0 +1,4 @@
<FilesMatch "^\.">
Order allow,deny
Deny from all
</FilesMatch>