Update .htaccess

This commit is contained in:
Paweł Klockiewicz
2021-09-20 20:11:50 +02:00
committed by GitHub
parent 0eaf388dfc
commit 9211d84406

View File

@@ -2,7 +2,7 @@
Options -Indexes
# Prevent visitors from viewing files directly
<Files "\.(sdb|md|html|txt)$">
<Files ~ "^.*\.(sdb|md|html|txt)$">
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all