I know this question has been asked before, but I can't find a clear solution. Here is my issue:
Master site is installed at:
/public_html/master
Slave site is installed at:
/public_html/master/multisites/slave
www.slave.com is mapped to:
/public_html/master/multisites/slave
In my multisites slave setup, I have my images folder set to:
/images/stories
On the front-end of
www.slave.com, I can reference /images/stories/image.jpg perfectly fine.
In JCE, when selecting an image to insert into my article, it continues to reference:
/public_html/master/images/stories
How come it's not referencing my slave site images folder??