HTTP 错误 404.4 - 未找到您要查找的资源没有与之关联的处理程序。
web.config
<configuration>
<system.webServer>
<rewrite>
<rules>
<clear />
<rule name="ReverseProxyInboundRule1" stopProcessing="true">
<match url="(.*)" />
<action type="Rewrite" url="http://localhost:3000/{R:1}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</location>
</configuration>
Run Code Online (Sandbox Code Playgroud)
我想重定向mywebsite.com到 http://localhost:3000
mywebsite.com在iis和主机文件中http://localhost:3000 是一个运行网站的nodejs Application Request Routing并url-rewrite