1

In TYPO3 9 is a new feature Site Management, where a 'Site Configuration' can be created. Among the requested fields there is 'Entry point' where the domain name can be given which will be used for creating 'full URLs', allowing to renounce an extension like RealUrl.

After filling in the fields a file gets created at /config/sites/mysite/config.yaml

How can this file be loaded or change settings in it, depending on the so called application context / environment variable TYPO3_CONTEXT, since different domain names will be used for development, testing and production. Also locales could be spelled different.

4

2 回答 2

0

请看 9.5 LTS;票证https://forge.typo3.org/issues/86303已通过“站点变体”解决;我在此处添加了站点配置模块的屏幕截图,其中添加了一个变体(取自最新的 TYPO3 Master)。

添加变体的站点配置屏幕截图

于 2018-10-15T21:15:43.967 回答
0

目前是不可能的。为此,我们将不同的文件部署到不同的系统......票是https://forge.typo3.org/issues/86303

于 2018-09-27T13:25:54.333 回答