> 文章列表 > 为什么http不能转到ssl地址

为什么http不能转到ssl地址

为什么http不能转到ssl地址

为什么http不能转到ssl地址

问:为什么http不能转到ssl地址,为什么http不能转到ssl地址

答:您好,1、请您提供一下对应的域名  或者 FTP账号 ip 等信息。

 2、另外查看您账号下多个域名 已经到期,请您及时续费 ,非常感谢您长期对我司的支持!

问:我是独立服务器中使用

问:http://www.wtbidc.com

https://www.wtbidc.com

都可以使用,我想使用https

问:这个添加了没用

<?xml version="1.0" encoding="UTF-8"?>

<system.webServer>

<rules>

<match url=".*" />

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

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

</rules>

</system.webServer>

问:您好,

核实301 配置正常,请测试,

如果都要调整到https,请使用

<?xml version="1.0" encoding="UTF-8"?>

<configuration>

 <system.webServer>

        <rewrite>

            <rules>

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

                    <match url="^(.*)$" ignoreCase="false" />

                    <conditions logicalGrouping="MatchAll">

                        <add input="{HTTP_FROM_HTTPS}" pattern="^on$" negate="true" />

                    </conditions>

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

               </rule>

            </rules>

        </rewrite>

    </system.webServer> 

</configuration>

非常感谢您长期对我司的支持!

问:http://www.wtbidc.com不能跳转是怎么回事

问:您好,

核实解析的是127.0.0.1 中国 江苏 徐州 电信 ,请联系对应主机商参考https://www.west.cn/faq/list.asp?unid=1419 教程自主配置,非常感谢您长期对我司的支持.由此给您带来的不便之处,敬请原谅!谢谢!