Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在弄清楚如何为我的网站的英文版设置不同的起始页时遇到问题。有没有办法让选择以英语查看网站的用户被重定向到默认语言起始页面的另一个页面?
试试下面的排版条件:
[globalVar = TSFE:id = 1] && [globalVar = GP:L = 1] page.config > page.config.additionalHeaders = Location: http://www.typo3.org [global]
其中 Id 应该是您的主页 id,L 等于英语的 L 值。位置等于所需的页面链接。