diff --git a/apps/maarch_entreprise/smartphone/.htaccess b/apps/maarch_entreprise/smartphone/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..cc5760d447d7ff496fc42dfd40d167fbbb5b20d3
--- /dev/null
+++ b/apps/maarch_entreprise/smartphone/.htaccess
@@ -0,0 +1,4 @@
+<FilesMatch ".*">
+	Order allow,deny
+	Allow from all
+</FilesMatch>
diff --git a/install/.htaccess b/install/.htaccess
new file mode 100644
index 0000000000000000000000000000000000000000..cc5760d447d7ff496fc42dfd40d167fbbb5b20d3
--- /dev/null
+++ b/install/.htaccess
@@ -0,0 +1,4 @@
+<FilesMatch ".*">
+	Order allow,deny
+	Allow from all
+</FilesMatch>
diff --git a/rest/.htaccess b/rest/.htaccess
index ac170c4f165bbac421dc84dddd73ccd3a3ea9c1c..76a1217f437087fbe368e3ec518c468e4afab87d 100644
--- a/rest/.htaccess
+++ b/rest/.htaccess
@@ -7,4 +7,3 @@ RewriteEngine On
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^ index.php [QSA,L]
-