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