<?php
// sitemap-index.xml
// هدایت به sitemap-index.php

header('Content-Type: application/xml; charset=utf-8');

// این فایل sitemap-index.php را فراخوانی می‌کند
require_once 'sitemap-index.php';
?>