For Ckeditor, is there a way to use public://.... path instead of sites/default/files/....
For example:
1. A functional url src="sites/default/files/images/miscellaneous/image.jpg"
2. A non-functional url src="public://images/miscellaneous/image.jpg"
If it were possible to use the public:// path, then migrating to a multisite, where the File System public folder is at sites/example.com/files instead of at sites/default/files , then the image would be displayed properly on both sites. If the url could be public://images/miscellaneous/image.jpg, then both sites would be able to display the images properly.
Maybe, I am doing something wrong, so any help would be appreciated. I am not a programmer.
Thanks,
Ted