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