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 | 247 | fclose($this->handle); |
248 | 248 | |
249 | 249 | $this->mainMap .= '<sitemap>'. |
250 | - '<loc>'.$this->getHost(). $this->fileName . '</loc>'. | |
250 | + '<loc>'.'https://extremstyle.ua/'. $this->fileName . '</loc>'. | |
251 | 251 | '<lastmod>' . date('Y-m-d') . '</lastmod>'. |
252 | 252 | '</sitemap>'. |
253 | 253 | '</sitemapindex>'; | ... | ... |