Hi

I am using CKEditor with Drupal 6.19. I have tried my installation with both CKEditor and IMCE and wysiwyg. When an image is inserted from the image browser into the Image Properties window, CKEditor gets a url similar to:

Local machine
/sites/example.com/files/images/my_image.jpg -> right

production server it gets

/projectName/sites/example.com/files/images/my_image.jpg - > wrong

which is bcoz the project is in subfolder and domain is pointing to that subfolder.

I want CKEditor to simply have: as it is on local machine

/sites/example.com/files/images/my_image.jpg

Is this url passed from the file browser, or a default in CKEditor?

If it is CKEditor, where do I find the code to change this, or is it even possible?