The forum operates in read-only mode. Please head to StackOverflow for support.
_FileBrowser.BasePath = "/Images/";
_FileBrowser.BasePath = "/ckfinder/";
$baseUrl = '/images/';
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: how to set the baseurl to point to a dir other than /ckfinde
_FileBrowser.BasePath should point to your CKFinder directory, i.e.:
URL and server path to the Images directory may be set only in config.XXX file.
For example in CKFinder for PHP, edit config.php and set the right $baseUrl:
(I assume that this helper variable is used later in configuration file)
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: how to set the baseurl to point to a dir other than /ckfinde