pandorafms/pandora_console/.htaccess

10 lines
173 B
ApacheConf

# pandora disable listing
Options -Indexes
# Avoid clickjacking
Header always append X-Frame-Options SAMEORIGIN
<Files ~ "\.log$">
Order Allow,Deny
Deny from All
</Files>