Hello everyone,
I've used CKEditor in my small project. And I test my program at home (Wamp), everything works perfectly. But the real server uses IIS, not Apache. When I tested my program I've found a strange problem:
Instead of sending back :
CKEditor sends :
It's added double quote at the beginning and at the end of the image's uri. I don't know if it's a problem of IIS or CKEditor. does anyone have a idea about it.
Thanks alot.
I've used CKEditor in my small project. And I test my program at home (Wamp), everything works perfectly. But the real server uses IIS, not Apache. When I tested my program I've found a strange problem:
Instead of sending back :
<img src="/site/media/image.jpg" alt="image" />,
CKEditor sends :
<img src="\"site/media/image.jpg\"" alt="\"\"" />.
It's added double quote at the beginning and at the end of the image's uri. I don't know if it's a problem of IIS or CKEditor. does anyone have a idea about it.
Thanks alot.
Re: CKEditor adds double-quotes in images' uri.
Re: CKEditor adds double-quotes in images' uri.
Forget about that. Make sure you don't have Magic Quote enabled on the server, or use stripslashes on the output.
Forget to update my .htaccess with suPHP set to read my local php.ini