共计 181 个字符,预计需要花费 1 分钟才能阅读完成。
使用 php 将 http 转化为 https 的方法
<?php
//http 转化为 https
if ($_SERVER["HTTPS"]"on")
{
$xredir="https://".$_SERVER["SERVER_NAME"].
$_SERVER["REQUEST_URI"];
header("Location:".$xredir);
}
?>
丸趣 TV 网 – 提供最优质的资源集合!
正文完