问:域名kacheji.com申请了SSL证书并按照提示在虚拟主机安装SLL证书,使用https://kacheji.com访问网页有问题,使用web.config跳转首页变乱码,这是什么问题?另web.config文件代码是:
<?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://kacheji.com/{R:1}" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
上面代码有问他吗?,kacheji.com部署SSL遇到问题求解
答:您好,
web.config配置是正确的, 导致此问题的原因是因为您是用http加载的外部图片导致, 请将加载的域名从http://lonqao.com 修改为https://kacheji.com后再次测试访问; 非常感谢您长期对我司的支持!
问:
SSL部署时候 遇到这样的提示,要如何操作?
FTP用户名:**********
答:您好,为您操作更换了独立ip地址,请现在测试部署ssl.谢谢