ckfinder is installed in /ckfinder
fckeditor is installed in /fckeditor
my image dir is /images (not /ckfinder/userfiles)
In page_load I have this:
CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser();
_FileBrowser.BasePath = "/Images/";
_FileBrowser.SetupFCKeditor(FCKeditor1);
which gives me this when I try browse the server:
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Requested URL http://www.mysite.com:80/Images/ckfinder.html
Thanks for the help... sorry if this is a dumb question. I searched the site pretty extensively before posting this. Should I just copy ckfinder.html to /images?
Thu, 04/10/2008 - 09:08
#1
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