首先模板里的header.php,里面有写死的http,需要改成https
然后是footer.php
再然后是include/lib/function.base.php
最后是include/lib/calendar.php
最后这个要改成这样:
static function url() { $calendarUrl = isset($GLOBALS['record']) ? DYNAMIC_BLOGURL.'?action=cal&record='.intval($GLOBALS['record']) : DYNAMIC_BLOGURL.'?action=cal' ; return str_replace("http://","https://",$calendarUrl); }
------------正 文 已 结 束, 感 谢 您 的 阅 读 (折雨的天空)--------------------
转载请注明本文标题和链接:《emlog修改为Https需要改的地方有点多哦》
发表评论