working with ut8ia/yii2-content-module
'sitemap.xml' =>'sitemap/sitemap/xml'
RewriteCond $1 ^sitemap.xml
RewriteRule ^(.*)$ index.php
'sitemap' => [
'class' => 'ut8ia\sitemapmodule\SitemapModule',
'baseUrl' => 'https://www.i-wet.net',
'sections' => [
4 => ['prefix' => 'methods'],
5 => ['prefix' => 'quality'],
8 => ['prefix' => 'blog']
],
'rows' => require(__DIR__ . '/sitemap.php')
return [
[
'loc' => 'https://yourhost.net',
'priority' => '0.8',
'changefreq' => 'daily'
],
[
'loc' => 'https://yourhost.net/page',
'priority' => '0.8',
'changefreq' => 'daily'
]