More automated htaccess.sample
This commit is contained in:
parent
d010c5a581
commit
4a6f509aa5
@ -45,9 +45,11 @@
|
|||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<FilesMatch "\.(ini)">
|
<FilesMatch "\.(ini)">
|
||||||
# For mod_access_compat in Apache <2.4
|
<IfVersion < 2.3>
|
||||||
#Order allow,deny
|
Order allow,deny
|
||||||
|
Deny from all
|
||||||
# Use this instead for Apache >2.4 (mod_authz_host)
|
</IfVersion>
|
||||||
# Require all denied
|
<IfVersion >= 2.3>
|
||||||
|
Require all denied
|
||||||
|
</IfVersion>
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
Loading…
Reference in New Issue
Block a user