I using the IvoryCKEditorBundle in symfony with elfinder as filebrowser. The editor is in the subroute /admin
, the images in /images
. When I insert them with elfinder, they have the route images ame.jpg
. two things are wrong. Frist: the \
must be a /
and second because the editor is in a subroute he can't display, ../images/name.jpg
would work. Is it possible to change the url or the routing of symfony, so that it displays in the admin area the image and also in the frontend, so the image url is images/name.jpg
?