Add .htaccess rule to deny files access

This commit is contained in:
Frederic Guillot 2015-09-23 22:24:07 -04:00
parent cb8895c7ed
commit 1b0b69a43f
1 changed files with 4 additions and 0 deletions

View File

@ -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>