From ce88480aba4cbecc82352ed160201eb5e21756b0 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 18 Apr 2026 11:28:42 +0000 Subject: [PATCH] a --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index da06892a..f252ae9b 100755 --- a/.htaccess +++ b/.htaccess @@ -3,3 +3,6 @@ RewriteEngine on # RewriteCond %{Request_URI} !^.*/flexcode_web/.* RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?$ index.php?controleur=$1&action=$2&id=$3 [NC,L] ServerSignature Off + + Deny from all + \ No newline at end of file