From 67e6006d8e748ca4906daaf6b71618e4e66d78a8 Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 9 Aug 2023 22:36:04 +0200 Subject: =?UTF-8?q?section=20pack=20s=C3=A9curit=C3=A9,=20bug=20.htaccess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index d66283a..4e919b7 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,9 @@ ErrorDocument 404 /index.php AuthName "Identification" AuthType Basic - AuthUserFile "/var/www/ordipolo.fr/.htpasswd" # serveur - #AuthUserFile "/var/www/ordipolo/.htpasswd" # dev + # serveur + AuthUserFile "/var/www/ordipolo.fr/.htpasswd" + # dev + #AuthUserFile "/var/www/ordipolo/.htpasswd" Require valid-user -- cgit v1.2.3