sitemap.xml not work in my host:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tcg-wallet.ga/</loc>
<lastmod>2022-12-13T17:12:22+00:00</lastmod>
</url>
</urlset>
located in public, and loaded via: https://tcg-wallet.ga/sitemap.xml
in network i see this:
but when i try to get it working in google search i get this:
i have test it with: https://www.xml-sitemaps.com/ and get this:
i have try handle the content type with .htaccess but is not enough to solve the problem:
<IfModule mod_expires.c>
AddType application/xml xml
</IfModule>
I can't find that it is misconfigured.***