我正在运行一个带有“漂亮”网址的mediawiki安装htaccess来显示https://example.com/Wiki/Page
我想在子域上启用本地化和翻译。
我在想https://fr.example.com/Wiki/Page显示来自https://example.com/Wiki/Page/fr的内容,https://fr.example.com/Wiki/Page2显示来自https://example.com/Wiki/Page2/fr的内容
我认为这应该可以通过.htaccess
来实现,但我不是媒体专家。是否有人可以帮助在上述子域中启用mediawiki翻译?我认为这只是一个.htaccess
的问题,但不确定它可能会对mediawiki造成什么影响:)