From af0dc60eef65c59db3f2133b968682ac0b094dd6 Mon Sep 17 00:00:00 2001
From: Animation des soirees <nightiies@perso.iiens.net>
Date: Tue, 3 Mar 2015 12:14:28 +0100
Subject: [PATCH] htaccess

---
 .htaccess | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .htaccess

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..b5f9c3c
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,10 @@
+RewriteEngine On
+
+# Some hosts may require you to use the `RewriteBase` directive.
+# If you need to use the `RewriteBase` directive, it should be the
+# absolute physical path to the directory that contains this htaccess file.
+#
+# RewriteBase /
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^ index.php [QSA,L]
\ No newline at end of file
-- 
GitLab