Provided By Bilou Industries C.O.
Μαμ »
Password protect directories with apache

OpenSource FTW
htpasswd2 λέγεται το εργαλείο
htpasswd2 ”
όνομα αρχείου με κωδικούς” “όνομα χρήστη”
για να αλλάξεις κωδικό σε existing user.
και πρέπει και να βάλει στο αρχείο με τις ρυθμίσεις του site σου
κάτι σαν και αυτό
AuthType Basic
AuthName "Restricted Files"
AuthUserFile --absolute path του αρχείου με τα passwordz--
Require user --όνομα χρήστη που θες να έχει πρόσβαση--
Περισσότερα στο Man Page της διανομή σου.
Αν θες να το κάμεις με .htaccess,
Did you have any of this article in your site in english ? This looks pretty simple and easy to setup, I came across your post after quite a lot of google searching. regards