Hello and I hope someone can help me.
I am using FCKeditor 2.6.4 with phplist 2.10.9 and I am having a problem with the upload images feature not prepending the proper domain name to the URLs of the images.
I can access my uploadimages directory fine with FCKeditor and see the images. However, after they are uploaded, the URLs are something like:
/uploadimages/image/44.jpg
and NOT what it should be which is:
http://www.mydomainname/lists/uploadimages/image/44.jpg
I don't know where in the config file of the connector to "hard code" the proper URL.
Can someone help?
Shouldn't FCKeditor automatically figure out the proper domain name and in put it properly?
thanks
Mon, 02/09/2009 - 15:39
#1
Re: FCKeditor not prepending domain name to URLs of upload image