gpt4 book ai didi

apache - http 到 https 给出重定向循环错误

转载 作者:太空宇宙 更新时间:2023-11-03 13:12:08 28 4
gpt4 key购买 nike

在我的 .htaccess 文件中:

 RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]

当我访问 mydomain.io 时,Chrome 会出现重定向循环错误。

我在 CloudFlare 上设置了一个免费的 SSL 证书,我不确定这是否会导致问题?当我访问 https://mydomain.io 时,它工作正常并出现了绿色锁和 https。

最佳答案

这段代码对我来说工作正常,而它是我的 htaccess 中的第一个 RewriteRule。

RewriteEngine on
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

关于apache - http 到 https 给出重定向循环错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31428972/

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