diff --git a/core/trunk/.htaccess b/core/trunk/.htaccess
index ca429d1963d7e6b14019aa811067ef10223919a9..dc57a034351742fcb2cdd5deff323b292ade56c6 100644
--- a/core/trunk/.htaccess
+++ b/core/trunk/.htaccess
@@ -16,6 +16,11 @@ Require all denied
 </FilesMatch>
 
 # App static files
-<FilesMatch "(css|js|jpg|png|gif)$">
+<FilesMatch "\.(css|js|jpg|png|gif)$">
   Require all granted
-</FilesMatch> 
\ No newline at end of file
+</FilesMatch> 
+
+# App tools files
+<FilesMatch "\.(htm|html|jar)$">
+  Require all granted
+</FilesMatch>