Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.htaccess « temp - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 43e24edc1ff4cf98262edb7f92ced85df1a9c1ee (plain)
1
2
3
4
5
6
7
# deny webserver access to this directory
<ifModule mod_authz_core.c>
    Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
    Deny from all
</ifModule>