diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-29 20:22:41 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-29 20:26:18 -0500 |
commit | 978a3c70fee3baecb5d25da551db7e2fc23c55f7 (patch) | |
tree | c5105efbd6b14812093599212b8d50165a007dc4 /.htaccess | |
parent | fdc4e04e870b82fe93eb0f03b4f54faf8252ba6c (diff) |
Simplify .htaccess and rename command line script
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -7,20 +7,3 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L] </IfModule> - -<FilesMatch "(kanboard|config.php|config.default.php)"> - <IfModule mod_version.c> - <IfVersion >= 2.3> - Require all denied - </IfVersion> - <IfVersion < 2.3> - Order allow,deny - Deny from all - </IfVersion> - </IfModule> - - <IfModule !mod_version.c> - Order allow,deny - Deny from all - </IfModule> -</FilesMatch> |