Help???

I have searched and tried all methods to get the fckeditor working correctly however I am close just not close enough. Below are my settings. Any assistance would be greatly appreciated.

Can upload images to folder however the path seems to be wrong as I only get a red X;

Path on image properties:

http://mysite/onlinestore/FCKeditor/.../bumper500.jpg

Have changed the config.php files in the connecters for both browser and connecters but still can't quite get it right. Originally I couldn't even upload. Could someone show me their files so I can see where I am going wrong. I have spent literally hours on this and I am now going crazy....

Currently my config files show the following:
Line 30

$Config['Enabled'] = true ;

Line 34
$Config['UserFilesPath'] = 'userfiles/' ;

line40

$Config['UserFilesAbsolutePath'] = '/home/mysite/public_html/userfiles/' ;


line134/135
$Config['QuickUploadPath']['Image'] = $Config['FileTypesPath'] ;
$Config['QuickUploadAbsolutePath']['Image'] = $Config['FileTypesAbsolutePath'] ;


I have changed this file to try and reflect my mysite/images folder (which I would prefer) however I still come up with the red x so I have gone back to trying the userfiles/

AGain I really appreciate your assistance.

regards
Giga009