Uploaded image path problem
nwwoman - November 1, 2009 - 19:32
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.0-rc1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
(using 2.6.4) When I upload an image using full html / rich text mode and imce, I noticed that I am getting the absolute url. I used source code to change it to a path without backslash, close and it returns to absolute url.
I'm worried about the problems this will cause moving from dev server to live server.
I have, for example:
http://water.uidaho.local/sites/water.uidaho.local/files/givetowowfounda...
The site will live at water.uidaho.edu and I want url on dev to be "files/givetowowfoundationformetc
What am I doing wrong? Not sure if this is an imce issue or fck

#1
This is a common issue with FCKeditor. I can only recommend you to try http://drupal.org/project/pathologic to cope with this.
#2
thanks much! (bummer) SF