From 01aeb2da0e248843feb8a7e2439095e764f51186 Mon Sep 17 00:00:00 2001 From: Cyril Vazquez <cyril.vazquez@maarch.org> Date: Fri, 31 Oct 2014 11:07:07 +0000 Subject: [PATCH] FIX #1641 htaccess compatibility issues with Apache < 2.4 --- core/trunk/.htaccess | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 core/trunk/.htaccess diff --git a/core/trunk/.htaccess b/core/trunk/.htaccess deleted file mode 100644 index dc57a034351..00000000000 --- a/core/trunk/.htaccess +++ /dev/null @@ -1,26 +0,0 @@ -DirectoryIndex index.php - -Options -Indexes -Options FollowSymLinks Includes ExecCGI - -Require all denied - -# Root to allow index.php -<FilesMatch "^$"> - Require all granted -</FilesMatch> - -# Core root -<FilesMatch "^(index|ws_server|static|merged_js|merged_css|reopen)\.php$"> - Require all granted -</FilesMatch> - -# App static files -<FilesMatch "\.(css|js|jpg|png|gif)$"> - Require all granted -</FilesMatch> - -# App tools files -<FilesMatch "\.(htm|html|jar)$"> - Require all granted -</FilesMatch> -- GitLab