Protection d’un répertoire avec .htaccess et .htpasswd

Protection d’un répertoire avec .htaccess et .htpasswd.
Ouvrir :

/protectedzone/index.html

Ajouter :


	
	
	
	Zone protégé
	

Ouvrir :

/lamp0/web/vhosts/test.espace-bidouilleur.fr/htdocs/protectedzone/.htaccess

Ajouter :

AuthName "Page d'administration protégée"
AuthType Basic
AuthUserFile "/srv/data/web/vhosts/test.espace-bidouilleur.fr/htdocs/.htpasswd"
Require valid-user

Générer un mot de passe en MD5 avec, par exemple, comme utilisateur : administrateur et mot de passe : mot2passe :
https://shop.alterlinks.com/htpasswd/passwd.php
Puis placer la code générer dans .htpasswd :
Ouvrir :

/lamp0/web/vhosts/test.espace-bidouilleur.fr/htdocs/protectedzone/.htpasswd

Ajouter :

administrateur:$apr1$U7YmIv/s$L9MQ/7kgGTcIa/b2C/id1.

Comments are closed, but trackbacks and pingbacks are open.