blob: eddffb5b5f1c92e587903a27a7de682c397dcf74 (
plain) (
tree)
|
|
# Added for IMP
#
# For security, don't serve pages from the IMP configuration and
# library directories.
#
<Directory "/home/httpd/html/horde/imp/config">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/imp/lib">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/imp/locale">
order deny,allow
deny from all
</Directory>
<Directory "/home/httpd/html/horde/imp/templates">
order deny,allow
deny from all
</Directory>
# End of IMP configuration ================
|