2023-01-11 00:38:44dawsonuyq3

網站架設 Ckeditor Ckfinder https 沒

網站架設

改成

改成

1.png

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

到ckfinder目次下,找到config.php

本日把http轉成https


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





到ckeditor目次下,找到config.js



就可以正常利用了


文章出處

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


引用自: