如何使用html获取TYPO3 9.5.5中的口语URL,但不能获取根页面

时间:2019-03-21 09:58:59

标签: routes typo3 typo3-9.x

TYPO3 9.5.5中的口述URL的构建非常好。我尝试了这个:

routeEnhancers:
  PageTypeSuffix:
    type: PageType
    default: '.html'
    index: 'index'
    map:
     {}

它工作正常,但是对于根页面,有example.org/index.html或example.org/en/index.html-我想像以前一样拥有example.org或example.org/en.html与realurl? 是否有可能摆脱index.html?

cu

Volker

1 个答案:

答案 0 :(得分:0)

使用SEO(核心扩展)时,当我在根网页上使用“ /”时,我会获得正确的规范标签。 但是,最好在首页和菜单行中都没有.html的情况下在首页上添加Urls。

cu 沃尔克