Skip to content

IIS URL 重定向将 https 定向至 http #123

@Dream4ever

Description

@Dream4ever

解决过程

在检查页面时,发现 IIS 中的 URL 重定向规则,会将原本的 https 协议的 URL,重定向到 http 协议的 URL。

原本的规则是将 ^kaixin(/?)$ 这样的模式重定向到 abc/def/index.html

于是修改重定向规则,将重定向的目标由原本的相对路径改为完整的 URL:https://abc.com/abc/def/index.html ,这样就解决了问题。

Metadata

Metadata

Assignees

No one assigned

    Labels

    ServerThe invisible hero

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions