diff --git a/core/trunk/.htaccess b/core/trunk/.htaccess deleted file mode 100644 index dc57a034351742fcb2cdd5deff323b292ade56c6..0000000000000000000000000000000000000000 --- 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>