Your_User_Name:$apr1$uY3.....$/jbzaeiSbeePGVIz8lFA01 #[.htaccess] AuthType Basic AuthName "Secure Server Area" ### SERVER PATH ############################################################## ### AuthUserFile "/home/Your_UserName/public_html/DESIRED_FOLDER/.htpasswd"### ######################################################## SERVER PATH ######### ######## localhost SERVER PATH ######## AuthUserFile "c:/appserv/www/.htpasswd" # the above line is necessary... # ...if there is a password to access localhost main directory AuthGroupFile "c:/appserv/www/null" ######## localhost SERVER PATH ######## # by uncommenting next line a .htpasswd file will be requested # require valid-user order deny,allow deny from all allow from 127.0.0.1 allow from localhost satisfy all # This file can also be implemented in any sub-directory # ...see "localhost/src/" sub-directory