I have a typo3-installation with several domains as well as some shared content, using Realurl to generate «speaking»-Links.
Now, I declared some shared content variables to generate links.
Element type is set to Link, the link itself is just the id of the target-page. This works - unless I add an anchor reference to the link.
-> 490#localAnchor
Without the #, Realurl generates the appropriate link (something like «www.mypage.com/mygreatcontent/mygreatpage»).
With the #, Realurl fails and I end up with something like «www.mypage.com/490#localAnchor», instead of «www.mypage.com/mygreatcontent/mygreatpage#localAnchor».
I found the hint that I should set config.prefixLocalAnchor = all
in the config-file - but this doesn't help.
Any ideas?