summaryrefslogtreecommitdiff
path: root/.htaccess
blob: d17e5c80b40fa511ac506229de5abf03a78ffa06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<IfModule mod_rewrite.c>
    Options -MultiViews

    SetEnv HTTP_MOD_REWRITE On

    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [QSA,L]
</IfModule>

<FilesMatch "(kanboard|config.php|config.default.php)">
    Deny from all
</FilesMatch>