IIS6 ISAPI-Rewrite HTTP强制跳转到HTTPS


前提必须安装ISAPI Rewrite

1. 选择需要设置的站点,  右键 属性

Rewrite属性设置

2.  ISAPI REWRITE 兼容 Apache , 这里填写Apache htaccess的跳转代码 . 填写后 CTRL+S 保存

RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]

填写Apache htaccess的跳转代码

填写Apache htaccess的跳转代码,确认保存

免备案空间专题