summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 0d873f58..d17e5c80 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,3 +7,7 @@
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>
+
+<FilesMatch "(kanboard|config.php|config.default.php)">
+ Deny from all
+</FilesMatch>