Open Max-LAB opened 5 years ago
On my https site I have an issue that shows http url's instead of https inside sitemap.xml. Is there any other way to change this beside tweeking SitemapController?
Changing this line solved the problem
if (!empty($baseURL) && strpos($baseURL, '://') === false) { $baseURL = 'http://' . $baseURL; }
On my https site I have an issue that shows http url's instead of https inside sitemap.xml. Is there any other way to change this beside tweeking SitemapController?
Changing this line solved the problem
if (!empty($baseURL) && strpos($baseURL, '://') === false) { $baseURL = 'http://' . $baseURL; }