Assigning a favicon is quite simple in Typo3. you can just use the following Typoscript to assign a favicon. page.shortcutIcon = pathToFolders/favicon.ico In case of multi-domain setup there are various ways you can achive this: 1. By adding the above code in the Typoscript Template Record of root page for each domain. 2. If same [...]