1. Download CKEditor from
http://ckeditor.com/download Then Extract it and copy the ckeditor folder to
- " c:/xampp/htdocs/drupal/sites/all/modules/ " folder if it is xampp
- " c"/wamp/www/drupal/sites/all/modules/ " if it is wamp
2. Enable CKEditor module in Modules. - Go to
Configuration > Content authoring > CKEditor
edit full profile and change File Browser to CKFinder. 3. Open
sites/all/modules/ckeditor/ckfinder/config.php and
Delete function CheckAuthentication() - after that add a line
require_once '../../../../includes/filemanager.config.php';
below
$baseDir = resolveUrl($baseUrl); 4.
Edit sites/default/settings.php
Uncomment and define $base_url: to
$base_url = 'localhost';
Uncomment and define $cookie_domain: to
$cookie_domain = 'localhost';5.
Clear all caches: Configuration -> Development -> PerformancePlease refer here --