mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Update default htaccess file
This commit is contained in:
parent
650b655539
commit
11a04bbfb5
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