Hello everyone I set up a site containing some images wrapped in a text. The text is entered using copy paste through fckeditor. The image is uploaded using the FCK functionality too and placed in the same paragraph.
This works fine when I access the page using its correct URL: eg. http://Mysite.ch/topsite/subsite/somesite.html However I made a urimapping to get to the same site by default. When the user tries to access: http://Mysite.ch he is redirected to http://Mysite.ch/topsite/subsite/somesite.html When opening http://Mysite.ch in a browser the image is not loaded, because its relative URL is broken (it does not contain the full path, /subsite/... instead of /topsite/subsite/...). I tried to set the URL to the image as an absolute path in FCKeditor source view, but somehow it strangely rewrites the URL upon saving. What I did now as a workaround is to edit the HTMl source directly in the repository browser, however this approach is not suitable for the normal users. Does anyone have an idea how to solve this problem? Greetings Claudio. *********************************************** IPH Informatik AG Herr Claudio Greuter Lagerhausstrasse 9 8400 Winterthur Tel: +41 (052) 233 94 72 Fax: +41 (052) 233 94 71 [EMAIL PROTECTED] *********************************************** ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
