diff --git a/.htaccess b/.htaccess
index 166c7c3..20f6722 100755
--- a/.htaccess
+++ b/.htaccess
@@ -68,6 +68,8 @@ AddDefaultCharset utf-8
RewriteRule robots.txt$ frontend/web/robots.txt [L]
+ RewriteRule sitemap.xml$ frontend/web/sitemap.xml [L]
+
RewriteCond %{REQUEST_URI} !^/(frontend|backend)/web/(assets|css|txt|js|images|fonts|img|files)/
diff --git a/frontend/web/sitemap.xml b/frontend/web/sitemap.xml
index ac8cd06..9b8060d 100644
--- a/frontend/web/sitemap.xml
+++ b/frontend/web/sitemap.xml
@@ -10320,4 +10320,4 @@
daily
0.6
-
\ No newline at end of file
+
\ No newline at end of file
--
libgit2 0.21.4