我正在使用 HTTP Direct 将一个域重定向到另一个域,但我想转发除该文件夹中带有 hb.txt 文件的一个请求之外的所有请求。如何修改我的 web.config 以添加该异常。
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://www.xxxxx.com$S?$P" exactDestination="true" httpResponseStatus="Permanent" />
</system.webServer>
</configuration>