- secure settings.xml

This commit is contained in:
steinm 2012-04-30 15:13:47 +00:00
parent e3637c6ecd
commit bce4acba40

6
conf/.htaccess Normal file
View File

@ -0,0 +1,6 @@
# Make sure settings.xml can not be opened from outside!
#Redirect /conf/settings.xml /index.php
<Files ~ "^settings\.xml">
Order allow,deny
Deny from all
</Files>