Password protecting a directory and all of it's subfolders using .htaccess
问题 I am trying to password protect a subdomain and all of it\'s subdirectories and files, but my knowledge on the matter is very limited, how can I go about doing that? 回答1: It's a simple two step process In your .htaccess put AuthType Basic AuthName "restricted area" AuthUserFile /path/to/the/directory/you/are/protecting/.htpasswd require valid-user use http://www.htaccesstools.com/htpasswd-generator/ or command line to generate password and put it in the .htpasswd Note 1: If you are using