add_action('template_redirect', function () {
    error_log('DEBUG REDIRECT - HTTP_HOST: ' . $_SERVER['HTTP_HOST'] . ' | REQUEST_URI: ' . $_SERVER['REQUEST_URI']);

    if (
        $_SERVER['HTTP_HOST'] === 'garabatoo.es' &&
        trim($_SERVER['REQUEST_URI'], '/') === ''
    ) {
        wp_redirect('https://garabatoo.es/garabatoo/', 301);
        exit;
    }
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//b01675172.es/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://b01675172.es/page-sitemap.xml</loc>
		<lastmod>2026-06-01T16:34:38+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->