Hi,
I have a doubt about how to generate a sitemap.
I installed 3 wiki: the first in the root, the second and the third in the different folders depending on the language
1) http://www.mysite.com
2) http://www.mysite.com/en
3) http://www.mysite.com/es
How can I create a Sitemap that includes all three domains?
Until now I have used this command:
php maintenance / generateSitemap.php \
--fspath sitemap \
--server http://www.mysite.com \
--urlpath http://www.mysite.com/sitemap
But it seems that takes into consideration only the url of the wiki installed in the root