Subwikis: automatically generated links are not displayed correctly

Hello,
we currently run two subwikis within one wiki installation. Unfortunately we are experiencing the following (for us mysterious) problem:
Automatically generated links - by applications/macros - are unfortunately not displayed correctly in the subwikis. It seems that for textlinks the link url is also in the link label. With image links the url is displayed above the image. Especially the blog application and the notification menu suffer from this problem. :frowning:
However, the Link itselfseems to work correctly in the global Wiki.
Maybe someone has a hint ?
Thanks a lot!

Subwiki:


global wiki


GlobalXwiki-Notification :

This is most likely a configuration issue that causes XWiki to generate absolute URLs instead of relative ones. These absolute URLs cause problems in places were the HTML macro is used with wiki=true, because the absolute URL from the link href attribute is itself replaced by a link, breaking the HTML syntax.

So you need to tweak the configuration so that XWiki generates relative URLs.

Thank you very much for the hint.
I have activated the parameter “xwiki.redirect.absoluteurl=0” (it was just deactivated by comment) in xwiki.cfg. But this had apparently no effect.
Is there perhaps another parameter that influences the creation of relative paths ?
Maybe the settings for the url module in xwiki.properties ?
(….but these are still marked as “experimental”)

Thanks again for the help!
/Jan