扫描二维码下载沐宇APP

沐宇

微信扫码使用沐宇小程序

沐宇

php怎么把http改为https

扬州沐宇科技
2021-03-03 14:35:12
http, HTTPS, PHP

php怎么把http改为https

使用php将http转化为https的方法

//http转化为https

if ($_SERVER["HTTPS"]<>"on")

{

$xredir="https://".$_SERVER["SERVER_NAME"].

$_SERVER["REQUEST_URI"];

header("Location: ".$xredir);

}

?>

扫码添加客服微信