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.
我想在 IIS 7.5 中创建等效的 Apache 服务器别名条目。有人知道怎么做吗?
如果我正确理解 Apache 的服务器别名,那么您正在寻找的是一个虚拟目录。在 IIS 管理器中,右键单击网站或文件夹并选择“添加虚拟目录”。然后,您可以使用特定别名(将构成 Url 的一部分)和物理路径(可以在磁盘上的任何位置,不一定在网站的根文件夹下)将目录添加到网站。
编辑:怀疑我混淆了 Apache 的“别名”和“服务器别名”功能:您可能正在寻找 IIS 站点的“绑定”,它允许将多个域名映射到特定的 Web 应用程序。