Project / Support Center
Welcome, Guest. Please login or register. October 03, 2023, 05:29: AM
Home Help Search Login Register
D-Web Web Site Creator D - Web Web Site Creator On-line HTML Editor No Programming knowledge required. Web Global Net PayPal-Cart Shopping Cart System PayPal - Kart Shopping Cart System for E-Commerce over the internet, that's easy to use. Web Global Net Newsletter Manager Newsletter Manager On-line Newsletter Creator with Email Subscriber Management.
Ring Central Discount
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  FCK/CKEditor  |  Topic: CKFinder setup 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Send this topic Print
Author Topic: CKFinder setup  (Read 17843 times)
admin
Guest
« on: December 15, 2009, 01:09: PM »

you need to set this file

yoursite/fckeditor/ckfinder/config.php

around line 54 look for this :

ATTENTION: The trailing slash is required.
*/
$baseUrl = 'http://webdomain.com/admin/web/mediafiles/image/';
(http is purposely set to htp here to show color correctly)
/*
$baseDir : the path to the local directory (in the server) which points to the
above $baseUrl URL. This is the path used by CKFinder to handle the files in
the server. Full write permissions must be granted to this directory.

Examples:
   // You may point it to a directory directly:
   $baseDir = '/home/login/public_html/ckfinder/files/';
   $baseDir = 'C:/SiteDir/CKFinder/userfiles/';

   // Or you may let CKFinder discover the path, based on $baseUrl:
   $baseDir = resolveUrl($baseUrl);

ATTENTION: The trailing slash is required.
*/
$baseDir = '/home/web/public_html/admin/web/mediafiles/image/';

/*

The Red part is the hardcoding to the directory you want to upload images and files into.

The Blue part is the server link to the same directory - in other words how the server path is in this posting this is set for a linux apache server. If you don't know this ask you server people what Maroon section
« Last Edit: April 15, 2010, 10:26: AM by Web Global Net » Report to moderator   Logged
Pages: [1] Go Up Send this topic Print 
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  FCK/CKEditor  |  Topic: CKFinder setup « previous next »
Jump to:  


Login with username, password and session length
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!