Patrik: .htpasswd & htaccess

Beitrag lesen

Vielen dank für diese vielen antworten!

Mit dem username hatte ich kein Problem auch die order habe ich nochmals überprüft und sollte stimmen.

Ich habe den verschlüsselungs generator getestet und schau da es hat funktioniert.

nochmals selbst versuchen ein pw zu verschlüsseln:

htpasswd -cmdps .htpasswd x5
sieh da es geht nicht

optionen nochmals nachlesen ;)

cmdps =

-c  Create a new file.
 -n  Don't update file; display results on stdout.
 -m  Force MD5 encryption of the password.
 -d  Force CRYPT encryption of the password (default).
 -p  Do not encrypt the password (plaintext).
 -s  Force SHA encryption of the password.
 -b  Use the password from the command line rather than prompting

;) -> zuerst md5 danach crypt und sha -> irgendwie schafft er das nicht ganz....

auf jedenfall mit:

htpasswd -cd .htpasswd <username>

klappts

Nochmals vielen Dank an alle

Gruss aus Zürich
Patrik