htaccess login

This commit is contained in:
2026-02-02 21:35:45 +01:00
parent e6646784ca
commit 713c605508

View File

@@ -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
</IfModule>
AuthUserFile /site/mathallo/.htpasswd
AuthGroupFile /dev/null
AuthName "Accès restreints - Veuillez vous authentifier"
AuthType Basic
require valid-user