groups

name language licence
HTACCESS : proteger un repertoire avec une demande d'authentification Other Other
HTACCESS : personnaliser les page d'erreurs Other Other



language: Other
licence: Other

HTACCESS : proteger un repertoire avec une demande d'authentification

options: view full snippetsend to code collector
AuthType Basic
AuthName "Message to display in the authentification dialog"
AuthUserFile /chemin/absolue/vers/le/.htpasswd
Require valid-user

#ce fichier est à placé dans le repertoire que le souhaite proteger avec une authentification
#Le .htpasswd peut lui être placé ailleurs
	
(Continues...)