gpt4 book ai didi

使用 mod_rewrite 进行 Apache ssl 重定向

转载 作者:行者123 更新时间:2023-12-02 20:41:29 25 4
gpt4 key购买 nike

我想这样做:如果他们这样做 https://example.com 我想将他们重定向到 https://www.example.com (添加www.)。我尝试了很多方法都没有效果。

Redirect https://example.com/<anything> to https://www.example.com/<anything>
RewriteCond %{HTTP_HOST} ^example\.com [NC]
RewriteCond %{SERVER_PORT} =443
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]

此代码位于 httpd.conf 中,但已在 .htaccess 和 ssl.conf 中尝试过。

有人可以帮忙吗?

最佳答案

您是否通过 RewriteEngine On 打开了重写,或者是否安装了 mod_rewrite?否则,您的代码应该可以工作。

关于使用 mod_rewrite 进行 Apache ssl 重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1278262/

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