根据文化,Umbraco V6 404处理不当

时间:2013-04-19 09:24:54

标签: http-status-code-404 umbraco multilingual

我有一个umbraco网站(umbraco v6),我根据http://our.umbraco.org/Documentation/Using-Umbraco/Config-files/umbracoSettings/index设置了自定义404处理。我的内容树如下:

Content
    Root
        Greek-Homepage
            Greek-Content
            Greek-Not-found (id: 1303)
        English-Homepage
            English-Content
            English-Not-found (id: 1304)

我已将<errors>标记设置如下:

        <error404>
        <errorPage culture="default">1303</errorPage>
        <errorPage culture="el-GR">1303</errorPage>
        <errorPage culture="en-US">1304</errorPage>
    </error404>

无论我尝试什么,我都无法让网站显示1303(希腊语)节点。它只显示1304(英语)节点。

我在这里做错了什么?

0 个答案:

没有答案