齐博V7、V9整站访问网址设置为https的解决方法
第一步:admin目录下center.php文件
查找 http 替换为https
if(!strstr(preg_replace("/https:\/\/(www\.|)(.*)/is","\\2",$WEBURL),preg_replace("/https:\/\/(www\.|)(.*)/is","\\2",$webdb))&&$webdb!='/.'){
第二步:
D:\www\admin\template\head.htm
模板里的http 改为 https
<html>
<head>
<!--
<?php
$_admin_url=eregi('^https:',$webdb)?$webdb:$webdb."/".$webdb;
print <<<EOT
-->
Pages:
[1]