diff --git a/HowtoApache.md b/HowtoApache.md index 703ff202..bd4fef37 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -485,9 +485,7 @@ Exemple : Autoriser que les visiteurs venant de France pour un accéder à un do ~~~ - SetEnvIf GEOIP_COUNTRY_CODE FR AllowCountry - Deny from all - Allow from env=AllowCountry + Require expr %{GEOIP_COUNTRY_CODE } == 'FR' ~~~