I am reworking my httpd/conf.d/roundcubemail.conf.
What is the content:
# Those directories should not be viewed by Web clients.
<Directory /usr/share/roundcubemail/bin/>
Order Allow,Deny
Deny from all
</Directory>
<Directory /usr/share/roundcubemail/plugins/enigma/home/>
Order Allow,Deny
Deny from all
</Directory>
for?
What uses it with what accessing url?
thanks