Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个问题可能很容易,但我真的被困住了。我是使用.htaccess和.htpasswd文件的新手。我有一个index.html文件指向 3 个不同的课程(都在同一个目录中)。
.htaccess
.htpasswd
index.html
你可以做:
<Files A1.htm> require user Nancy Bob </Files> <Files A2.htm> require user Nancy Bob </Files> <Files A3.htm> require user Nancy Randy </Files>