Anker-Links
Mal wieder eine Gedankenstütze… Es funktioniert mal wieder nicht, dass Anker-Links innerhalb einer Seite ohne Neuladen der Seite bleiben? Es wird stattdessen die URL der Seite dem Anker vorangestellt?
Im Standard-TypoScript steht bei uns meist:
config.prefixLocalAnchors = all
Und was steht in der TSref dazu?
If set to one of the keywords, the content will have all local anchors in links prefixed with the path of the script. Basically this means that <a href=“#“> will be transformed to <a href=“path/path/script?params#“>. This procedure is necessary if the <base> tag is set in the script (eg. if „realurl“ extension is used to produce Speaking URLs).
Also, liebe Kollegen, nicht wundern, dass TYPO3 Prefixe setzt, wenn wir es ausdrücklich so wünschen 😉
Vielen Dank!