<?php
// This file proxies to sitemap.php so that the sitemap is available at
// /sitemap.xml for search engine discovery. It simply includes the
// generator script. If your server is configured to parse .php only,
// you may need to configure it to treat this file as PHP or rename
// sitemap.php to sitemap.xml. Having both ensures broad compatibility.
require __DIR__ . '/sitemap.php';