gpt4 book ai didi

apache - 将 http 转发到 https 在 iOS Safari 上不起作用

转载 作者:行者123 更新时间:2023-12-02 04:40:16 24 4
gpt4 key购买 nike

我使用 .htaccess 文件将我的 http 流量转发到 https,如下所示:

RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

这适用于除 iOS Safari 之外的任何地方。我在iOS safari上访问http地址时,浏览器挂了,因为http无处可去。

如何在 iOS Safari 上将 http 转发到 https?

最佳答案

问题是 .htaccess 没有 301 重定向。一旦我添加了,一切都顺利重定向:

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NC,R=301,L]

关于apache - 将 http 转发到 https 在 iOS Safari 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38153669/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com