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