<?php
// Redirigir al sitemap dinámico
header('Location: /sitemap.xml.php', true, 301);
exit;
