You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem like this. My admin url is admin.site-name.loc and frontend url is site-name.loc. When I try to upload an image, ckeditor image uploader sets a url like this: /path/to/upload/folder, and this url refers to the backend. However, I am uploading an image into frontend side. I need a url like this: http://site-name.loc/path/to/upload/folder. How could I do this?
I want save in DB text wit relative path for images and files.
For example like this
How I could make this?
The text was updated successfully, but these errors were encountered: