From f18ff6cbcfbd765ab91c1d51e525e51f529f679f Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Fri, 24 Nov 2023 04:49:56 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/config/.ht?= =?UTF-8?q?access'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/config/.htaccess | 17 ----------------- 1 file changed, 17 deletions(-) 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 -