diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |