summaryrefslogtreecommitdiff
path: root/fai_gestion/webroot/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'fai_gestion/webroot/.htaccess')
-rw-r--r--fai_gestion/webroot/.htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/fai_gestion/webroot/.htaccess b/fai_gestion/webroot/.htaccess
new file mode 100644
index 0000000..f5f2d63
--- /dev/null
+++ b/fai_gestion/webroot/.htaccess
@@ -0,0 +1,5 @@
+<IfModule mod_rewrite.c>
+ RewriteEngine On
+ RewriteCond %{REQUEST_FILENAME} !-f
+ RewriteRule ^ index.php [L]
+</IfModule>