From 713c6055085446664828b7118f56c1d14bed3643 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 2 Feb 2026 21:35:45 +0100 Subject: [PATCH] htaccess login --- web_main/.htaccess | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 + +