mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Merge branch 'update-htaccess'
This commit is contained in:
commit
c0d2f5f86e
2 changed files with 24 additions and 3 deletions
|
|
@ -1 +1,19 @@
|
|||
Deny from all
|
||||
<IfModule mod_version.c>
|
||||
<IfVersion < 2.4>
|
||||
Deny from All
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.4>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</IfModule>
|
||||
<IfModule !mod_version.c>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
<IfModule mod_autoindex.c>
|
||||
Options -Indexes
|
||||
</ifModule>
|
||||
Loading…
Add table
Add a link
Reference in a new issue