我有一个新的网站,我正在努力,客户想保守秘密,但与此同时,我想在一个正在建设的页面上有一些信息.我希望除index.html之外的所有内容都需要用户/密码 - 所有人都可以使用index.html.
我有以下内容,但我不确定我需要添加什么:
AuthName "Restricted Area" AuthType Basic AuthUserFile /path/to/file/.htpasswd AuthGroupFile /dev/null require valid-user
有太多文件和可能的新文件说"对于这组文件需要用户/密码".
我认为它与类似的东西有关:
order deny,allow allow from all
但我不确定如何.
AuthName "Restricted Area" AuthType Basic AuthUserFile /path/to/file/.htpasswd AuthGroupFile /dev/nullRequire valid-user Allow from all Satisfy any