xml url在iis7x及更高版本上将http重写为https重定向
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml url在iis7x及更高版本上将http重写为https重定向相关的知识,希望对你有一定的参考价值。
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="HTTP/S to HTTPS Redirect" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{SERVER_PORT_SECURE}" pattern="^0$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/OWA/" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
以上是关于xml url在iis7x及更高版本上将http重写为https重定向的主要内容,如果未能解决你的问题,请参考以下文章
如何在 BlackBerry 5.0 及更高版本的 J2ME 代码中使用 wifi 调用 HTTP URL?
与 JSF 2.2 及更高版本一起使用的 XML 命名空间
为啥 iPhone 6 及更高版本的 wkwebview 不接受底部的点击?
相机无法在纵向 android 2.2 及更高版本中工作
仅 iOS 8.0 及更高版本(@rpath/libswift_stdlib_core.dylib)支持可重定位的 dylib(例如嵌入式框架)
Android drawable 对于 API <23 和 API 23 及更高版本显示为拉伸