close

網頁設計

就可以正常利用了


文章出處

今日把http轉成https


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


網頁設計 Ckeditor Ckfinder https 沒


到ckeditor目次下,找到config.js

  1. $baseUrl = 'http://'.$_SERVER['HTTP_HOST'].'/attachments/';
複製代碼
  1. baseurl = 'https://'+window.location.hostname;
複製代碼
網頁設計

到ckfinder目錄下,找到config.php

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

改成

  1. $baseUrl = 'https://'.$_SERVER['HTTP_HOST'].'/attachments/';
網頁設計 複製代碼

改成

網頁設計 Ckeditor Ckfinder https 沒

網頁設計
arrow
arrow
    文章標籤
    網頁設計
    全站熱搜
    創作者介紹
    創作者 tatev45f2hkj 的頭像
    tatev45f2hkj

    中壢網頁設計

    tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()