我已将站点部署到Sharepoint并启用了变体。
http://localsite/Pages/Home.aspx
http://localsite/en-gb/Pages/Home.aspx
http://localsite/de-de/Pages/Home.aspx
我的根网站上有一个名为PageNotFoundError.aspx的404页面。我已将此页面复制到每个变体网站的Pages文件夹中,但当我点击不存在的页面时,其导航到
http://localsite/Pages/PageNotFoundError.aspx
而不是
http://localsite/de-de/Pages/PageNotFoundError.aspx
我如何制作它的任何想法都会出现错误页面的变体版本?这是每种语言/变体的网站设置中的某个设置吗?