Commit 506db37f194e01ee70135e0d049d2671a28f2ac5
1 parent
d9601d98
site map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/SiteMapController.php
@@ -247,7 +247,7 @@ | @@ -247,7 +247,7 @@ | ||
247 | fclose($this->handle); | 247 | fclose($this->handle); |
248 | 248 | ||
249 | $this->mainMap .= '<sitemap>'. | 249 | $this->mainMap .= '<sitemap>'. |
250 | - '<loc>'.$this->getHost(). $this->fileName . '</loc>'. | 250 | + '<loc>'.'https://extremstyle.ua/'. $this->fileName . '</loc>'. |
251 | '<lastmod>' . date('Y-m-d') . '</lastmod>'. | 251 | '<lastmod>' . date('Y-m-d') . '</lastmod>'. |
252 | '</sitemap>'. | 252 | '</sitemap>'. |
253 | '</sitemapindex>'; | 253 | '</sitemapindex>'; |