Control Web Panel

WebPanel => Aplications => Topic started by: Baikal on November 27, 2019, 01:33:21 PM

Title: File .htaccess Accessible
Post by: Baikal on November 27, 2019, 01:33:21 PM
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/.htaccess
the 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