From e6646784ca89c21fd377543e7644e1c178e08c9c Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 2 Feb 2026 21:32:13 +0100 Subject: [PATCH] htaccess login --- web_main/.htaccess | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web_main/.htaccess b/web_main/.htaccess index 4031da4..3e7539b 100644 --- a/web_main/.htaccess +++ b/web_main/.htaccess @@ -1,3 +1,10 @@ +AuthUserFile /site/mathallo/.htpasswd +AuthGroupFile /dev/null +AuthName "Accès restreints - Veuillez vous authentifier" +AuthType Basic +require valid-user + + # # Apache/PHP/Drupal settings: #