简体   繁体   中英

Browse server is not working in CKeditor with CKFinder

After integrate ckeditor with ckfinder I can not browse files. I can upload files.

After click browse: Error: The requested URL /php/public/js/ckfinder/ckfinder.php was not found on this server.

configuration

I just did that

js file

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

config.php

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

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

I found a solution .htaccess RewriteEngine off

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM