diff --git a/Sources/config/.htaccess b/Sources/config/.htaccess
index 53a0f832..e69de29b 100755
--- a/Sources/config/.htaccess
+++ b/Sources/config/.htaccess
@@ -1,17 +0,0 @@
-# Activer la réécriture d'URL
-RewriteEngine On
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-
-RewriteRule ^ index.php [QSA,L]
-
-
- Order Allow,Deny
- Deny from all
-
-
-
- Order Allow,Deny
- Deny from all
-