咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

php代码实现强制https方案

2019-05-13 02:29:43 17460次

通过js代码实现https跳转的要页面加载一会儿才跳转,加这个代码页面没等加载直接跳转https,直接上代码!

<?php
 if ($_SERVER["HTTPS"] <> "on")
{
    $xredir = "https://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
    header("Location: ".$xredir);
}
?>


首页
最新活动
个人中心