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 6.0 中有没有办法将所有请求重定向到特定路径?
例如,对 /site/subfolder/ 或其下的任何资源(无论是否真实)的任何请求都将根据其满足此标准的事实进行重定向:
http://site/subfolder/*
是的。您需要一个 ISAPI URL 重写器模块。在 IIS6 上有几个可供选择;
IIS 6 - URL 重写模块