<?php
// Redirect sitemap.xml to sitemap.xml.php for dynamic generation
header('Location: sitemap.xml.php');
exit;
?>
