gpt4 book ai didi

php - 将 http 转换为 https

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

mysite

我想将我的网站从 HTTP 转移到 HTTPS,

我还想在用户输入时重定向我的网站

1.如果他们输入happy.inhttps://happylife.in

2.如果他们输入 http://happy.in https://happylife.in

3.如果他们输入www.happy.inhttps://happylife.in

我必须做的事情,

尚未开始任何 SSL 工作,

请指导我,

谢谢

最佳答案

1) 安装SSL证书

2) 将其放入根 Web 目录中的 .htaccess 文件中:

RewriteEngine On 
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.happylife.in/$1 [R,L]

关于php - 将 http 转换为 https,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2559620/

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