Mediawiki 子页链接无效的问题
添加下面的配置到 LocalSettings.php
中即可:
# Enable subpages in the main namespace
$wgNamespacesWithSubpages[NS_MAIN] = true;
# Enable subpages in the template namespace
$wgNamespacesWithSubpages[NS_TEMPLATE] = true;
参考链接:Manual:$wgNamespacesWithSubpages
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。PS - 我的个人博客链接:Mediawiki 子页链接无效的问题

更多精彩