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

本日把http轉成https


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


Ckeditor Ckfinder https 沒法瀏覽伺服


到ckeditor目次下,找到config.js

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



就可以正常利用了


文章出處

Ckeditor Ckfinder https 沒法瀏覽伺服

改成

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

網站架設改成

網站架設

到ckfinder目次下,找到config.php

arrow
arrow
    文章標籤
    網站架設
    全站熱搜
    創作者介紹
    創作者 acaciolg5b4 的頭像
    acaciolg5b4

    新竹網站架設

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