I inherited the ownership of a site running on TYPO3 version 4.2.1. There are two pages that do not display correctly, and it looks like this is not about loading css and javascript files. Having examined the source code of the page, I see that the tag is <base href="blah..." />not in the page header.
Question: how on Earth do I set the basic url property in TYPO3 !?
I uploaded to the Typo3 website, edited various "typoscript" files, offered sacrifices to the gods of PHP, but all of this was unsuccessful. The generated code still does not contain a tag.
Any help appreciated. Please note that itโs impossible for me to โupgrade to the latest versionโ and my knowledge of PHP does not exist.