Author Topic: File .htaccess Accessible  (Read 20091 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
File .htaccess Accessible
« 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