搜外网>搜外问答>问答页面

大佬们看一下这个重定向写的有毛病吗?

<rule name="http_toHttps" stopProcessing="true">

<match url="(.*)"/>

<conditions>

<add ignoreCase="true" input="{HTTPS}" pattern="off"/>

</conditions>

<action redirectType="Permanent" type="Redirect" url="https://{HTTP_HOST}/{R:1}"/>

</rule>

<rule name="web_redirect" stopProcessing="true">

<match url="(.*)"/>

<conditions logicalGrouping="MatchAny">

<add input="{HTTP_HOST}" pattern="^fysdcm.com"/>

</conditions>

<action redirectType="Permanent" type="Redirect" url="https://www.fysdcm.com/{R:0}"/>

</rule>

追加问题
    5 人参与回答
行星减速机
行星减速机 · 行星减速机品牌厂家

没有毛病,但是重定向好像在虚拟主机或者服务器可以直接操作的呀

2周排首页
2周排首页 · 最快2周百度首页,1个月权2,收录就可以排,先排名后收钱,Q:2855925171

linux、Nginx还是win,这个貌似是win的

人见人爱
人见人爱 · 期货公司排名,期货知识,免费期货开户流程

那个不是在面板上设置下吗 不懂

重定向要这么复杂吗?