From b9dcf1cefa66a2368fc9e7559cea49a5ff277891 Mon Sep 17 00:00:00 2001
From: Alex ORLUC <alex.orluc@maarch.org>
Date: Thu, 23 Mar 2017 16:55:10 +0100
Subject: [PATCH] add htaccess rest

---
 rest/.htaccess | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 rest/.htaccess

diff --git a/rest/.htaccess b/rest/.htaccess
new file mode 100644
index 00000000000..8ece6f24b0d
--- /dev/null
+++ b/rest/.htaccess
@@ -0,0 +1,7 @@
+Order allow,deny
+Allow from all
+RewriteEngine On
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^ index.php [QSA,L]
+
-- 
GitLab