Current File : /home/choksima/domains/choksima.com/public_html/roundcube/logs/.htaccess
# deny webserver access to this directory
<ifModule mod_authz_core.c>
    Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
    Deny from all
</ifModule>