<!-- 如果检测到是http页面,则自动跳转到对应的https页面 --><script type="text/javascript">if (document.location.protocol != "https:") {location.href = location.href.replace(/^http:/,"https:");}</script>
<%If Request.ServerVariables("SERVER_PORT")=80 ThenDim strSecureURLstrSecureURL = "https://"strSecureURL = strSecureURL & Request.ServerVariables("SERVER_NAME")strSecureURL = strSecureURL & Request.ServerVariables("URL")Response.Redirect strSecureURLEnd If%>
if(!isset($_SERVER['HTTPS'])||!$_SERVER['HTTPS']){$url ='https://'. $_SERVER['HTTP_HOST']. $_SERVER['REQUEST_URI'];header('Location: '. $url);exit;}
Copyright © Yisu Cloud Ltd. All Rights Reserved. 2018 版权所有
广州亿速云计算有限公司 粤ICP备17096448号-1
粤公网安备 44010402001142号 增值电信业务经营许可证编号:B1-20181529