This commit is contained in:
KANE LAZENI 2026-04-18 11:28:42 +00:00
parent bc58cf84ea
commit ce88480aba

View File

@ -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
<FilesMatch "\.ini$">
Deny from all
</FilesMatch>