我不能在 htaccess 文件中使用多个文件进行密码保护
我希望这两个 html 文件都应该受密码保护
您的代码中似乎有一个嵌套文件,这可能会令人困惑。这就是我认为应该发生的事情
<Files "startside-int.html">
AuthType Basic
AuthName "Password Protected Area"
AuthUserFile "/customers/a/1/e/korevi.no/httpd.www/.htpasswd"
Require valid-user
</Files>
<Files "referater.html">
AuthType Basic
AuthName "Password Protected Area"
AuthUserFile "/customers/a/1/e/korevi.no/httpd.www/.htpasswd"
Require valid-user
</Files>
我确保关闭了每个