Hi Isaacola,
Quote Originally Posted by BlessIsaacola View Post
What's the easiest way to modify the code to use sitemap.xml instead of sitemapindex.xml for the main index file in the root directory?
You can try this.
Found
Code:
$this->sitemapindex = "sitemapindex.xml";
Replace by
Code:
$this->sitemapindex = "sitemap.xml";
But I have not tried it.
If not a secret, tell why you need it?