客服开关
QQ扫码联系客服81962480
微信扫码联系客服HOTCMS
81962480 HOTCMS
返回顶部
 手机版 | 官方Q群(2群) | QQ登录 | 登陆 | 注册 | 授权查询 | 反馈留言 | 设为首页 | 加入收藏
常见问题
当前位置: 网站首页 > 帮助文档 > 常见问题 > 文章

windows2008 2018 2016的iis7 iis7.5 iis8设置http强制跳转https图文教程

IIS7需要先确认是否安装 “URL 重写” 或者 “URL Rewrite” 模块 , 如果您已经安装可以跳过

“URL重写” 模块下载地址

微软下载地址(64位):http://www.microsoft.com/zh-cn/download/details.aspx?id=7435
微软下载地址(32位):http://www.microsoft.com/zh-cn/download/details.aspx?id=5747

如果安装的是英文版的,图标名应该是【Url Rewrite】

 

在网站根目录新建一个 web.config 文件,复制粘贴以下内容

<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule name="HTTP to HTTPS redirect" stopProcessing="true"><match url="(.*)" /><conditions><add input="{HTTPS}" pattern="off" ignoreCase="true" /></conditions><action type="Redirect" redirectType="Permanent" url="https://{HTTP_HOST}/{R:1}" /></rule></rules></rewrite></system.webServer></configuration>

上一篇:Windows2012 IIS8安装https的ssl证书整套图文教程

下一篇:Windows2008 IIS7 IIS7.5安装https的ssl证书整套图文教程

QQ客服 81962480
微信客服 HOTCMS
QQ 2群(1群已满)
辽ICP备12000741号  |   QQ:81962480  |  地址:北京市东城区  |   天人文章管理系统1
Powered by 55TR.COM Copyright © 2020 天人系列管理系统 授权所有,授权www.55tr.com使用