Ok I've gone thru the forum - lots of comments, lots of time wasted, but several years old and not relating to FCKeditor v2.6.3 which I'm using in a PHP CMS
Here's the thing! Im using an install "out of the box" - no changes (except $oFCKeditor->BasePath = '/fckeditor/' ; to $oFCKeditor->BasePath = 'fckeditor/' ; and perhaps the toolbar!!!) Wow! Big deal!
This is what I'm using within my .php -
$oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = 'fckeditor/' ; $oFCKeditor->ToolbarSet = htmlspecialchars('MAA'); $oFCKeditor->Height = '295' ; $oFCKeditor->Config['EnterMode'] = 'br'; $oFCKeditor->Config['UserFilesPath'] = "{$GLOBALS['SITE_URL']}{$tourType['directory']}"; $oFCKeditor->Config['UserFilesAbsolutePath'] = "{$GLOBALS['SITE_PATH']}{$tourType['directory']}"; $oFCKeditor->Value = $text; $page_body .= $oFCKeditor->Create() ;
where "{$GLOBALS['SITE_URL']}{$tourType['directory']}" and "{$GLOBALS['SITE_PATH']}{$tourType['directory']}" resolve correctly to "http://www.domain.com/type_dir" and "/home/user/web.account/htdocs/type_dir" respectively.
FCKeditor in installed in a subdirectory - namely "http://admin.domain.com" but NO uploaded images will be stored within this sub dir - they should all be in the TLD (ie: www.domain.com/type_dir/.. images live here!)
Yet, when browsing images, and in the HTML (view 'Source' from within FCKEditor) I get
<img height="201" alt="" width="150" align="left" border="1" src="/userfiles/image/my_image.jpg" />
I've been led to believe you can set the oFCKeditor->Config['UserFilesPath'] & oFCKeditor->Config['UserFilesAbsolutePath'] before creating the object, and these config settings over-ride any previously set config values.
Can anyone please explain why, therefore, it still doesn't work! - well, it works (and FCKeditor is brilliant!!!) but it's not doing what I'm asking it to do!
Thank you in advance of any pearls of wisdom!
Re: Changing image upload URL's + paths
Those settings doesn't exist in the FCKeditor configuration. I guess that you want to change the configuration of the file manager where they do exist.
Re: Changing image upload URL's + paths
Well, if that's the case, I'm highly disappointed in FCK and FCKEditor!
Such a wonderfully feature-rich piece of work severely handicaped by a blindingly obvious omission.

The next time you'll see me here is when this obvious and monumentally missed opportunity has been realised and coding work finished! I'm back to use the slightly cheaper HTMLArea - which incidentally can be found at http://www.interactivetools.com/
Although I don't have time for this, I also tried just inserting some js at the end of my document in the hope that the FCKConfig instance had been created and would over-ride any previous settings! Well, it didn't of course.
Re: Changing image upload URL's + paths
Ok, if you don't want to read a little then go and pay them instead of using FCKeditor for free.