close

1.png

本日把http轉成https


到後台編纂時發現沒法瀏覽伺服器及上傳圖片





到ckeditor目錄下,找到config.js

  1. baseurl = 'http://'+window.location.hostname;
複製代碼

改成

水管清洗
  1. baseurl = 'https://'+window.location.hostname;
複製代碼

到ckfinder目次下,找到config.php

  1. $baseUrl = 'http://'.$_SERVER['HTTP_HOST'].'/attachments/';
複製代碼

改成

  1. $baseUrl = 'https://'.$_SERVER['HTTP_HOST'].'/attachments/';
複製代碼
水管清洗



就可以正常使用了


文章出處

水管清洗

以下內文出自:
arrow
arrow
    文章標籤
    水管清洗
    全站熱搜
    創作者介紹
    創作者 melanie.fordv 的頭像
    melanie.fordv

    苗栗水管清洗

    melanie.fordv 發表在 痞客邦 留言(0) 人氣()