pandorafms/pandora_console/.htaccess

10 lines
173 B
ApacheConf
Raw Normal View History

2020-01-27 11:03:42 +01:00
# pandora disable listing
2020-04-13 17:20:11 +02:00
Options -Indexes
2021-10-18 16:36:10 +02:00
# Avoid clickjacking
Header always append X-Frame-Options SAMEORIGIN
2020-04-13 17:20:11 +02:00
<Files ~ "\.log$">
Order Allow,Deny
Deny from All
</Files>