diff --git a/web_main/.htaccess b/web_main/.htaccess index 3e7539b..1610d60 100644 --- a/web_main/.htaccess +++ b/web_main/.htaccess @@ -1,10 +1,3 @@ -AuthUserFile /site/mathallo/.htpasswd -AuthGroupFile /dev/null -AuthName "Accès restreints - Veuillez vous authentifier" -AuthType Basic -require valid-user - - # # Apache/PHP/Drupal settings: # @@ -191,3 +184,12 @@ AddEncoding gzip svgz # Disable Proxy header, since it's an attack vector. RequestHeader unset Proxy + + +AuthUserFile /site/mathallo/.htpasswd +AuthGroupFile /dev/null +AuthName "Accès restreints - Veuillez vous authentifier" +AuthType Basic +require valid-user + +