簡體   English   中英

瀏覽服務器在帶有 CKFinder 的 CKeditor 中不起作用

[英]Browse server is not working in CKeditor with CKFinder

將 ckeditor 與 ckfinder 集成后,我無法瀏覽文件。 我可以上傳文件。

單擊瀏覽后:錯誤: The requested URL /php/public/js/ckfinder/ckfinder.php was not found on this server.

配置

我只是這樣做了

js文件

 var editor = CKEDITOR.replace('about_editor'); 
 CKFinder.setupCKEditor( editor );

config.php

$config['authentication'] = function () {
    return true;
};

'baseUrl'      => 'http://localhost/php/public/files/ckfinder/userfiles/',

我找到了一個解決方案.htaccess RewriteEngine off

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM