Hi,

Originally Posted by
lat9
Running SiteMapXML (3.2.6 17.06.2012 16:13) on Zen Cart v1.5.1.
I noticed that when the sitemap is regenerated, the file /sitemap.xml is created but the file submitted to the search engines is /sitemap/sitemap.xml.
This bug fixed in 3.2.7.
File includes\classes\sitemapxml.php
Found
Code:
$this->submit_url = utf8_encode(urlencode($this->base_url . $this->sitemapindex));
replace by
Code:
$this->submit_url = utf8_encode(urlencode($this->base_url_index . $this->sitemapindex));
Bookmarks