summaryrefslogtreecommitdiff
path: root/platform/www/conf/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/conf/.htaccess')
-rw-r--r--platform/www/conf/.htaccess8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/www/conf/.htaccess b/platform/www/conf/.htaccess
new file mode 100644
index 0000000..9f49132
--- /dev/null
+++ b/platform/www/conf/.htaccess
@@ -0,0 +1,8 @@
+## no access to the conf directory
+<IfModule mod_authz_core.c>
+ Require all denied
+</IfModule>
+<IfModule !mod_authz_core.c>
+ Order allow,deny
+ Deny from all
+</IfModule>