Our solution architecture is like below. Same IIS, site, and application pool are used.
- Website (Frontend user) , ex www.hellotest.com
- Admin (Backend user) , ex www.hellotest.com/admin
We are using Editor in backend to upload Media & Flash contents.
All uploaded data is stored in one of front-end site folder. It's okay.
But when I insert from file manager, embed links points backend url.
Which means
embed url is www.hellotest.com/admin/uploads/media/somefile.mp3 . This should be www.hellotest.com/uploads/media/somefile.mp3 (NO admin in URL)
How can I fix this issue?