-
Notifications
You must be signed in to change notification settings - Fork 6
IIS URL 重定向将 https 定向至 http #123
Copy link
Copy link
Closed
Labels
ServerThe invisible heroThe invisible hero
Description
解决过程
在检查页面时,发现 IIS 中的 URL 重定向规则,会将原本的 https 协议的 URL,重定向到 http 协议的 URL。
原本的规则是将 ^kaixin(/?)$ 这样的模式重定向到 abc/def/index.html 。
于是修改重定向规则,将重定向的目标由原本的相对路径改为完整的 URL:https://abc.com/abc/def/index.html ,这样就解决了问题。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ServerThe invisible heroThe invisible hero