<?php
// sitemap.xml (placed in public_html)

header("Content-Type: application/xml; charset=utf-8");
include("sitemap.php");
?>
