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を使用するのは初めてです。3 つの異なるコース (すべて同じディレクトリ内) を指すファイル.htpasswdがあります。index.html
.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>