Hello,
I Use centos web panel.
When i go to the adress
http://my_ip/webmail/.htaccess or
https://my_ip/roundcube/.htaccess or
http://my_domaine/.htaccessthe web browser displays the.htaccess .
However, in the file httpd.conf, this directive prevents this problem:
#
# The following lines prevent.htaccess and.htpasswd files from being
# viewed by Web clients.
#
<Files".ht*">
Require all denied
</Files>
How to fix this problem in roundcube and webmail alias ?
Regards