
foreach ($routes as $path => $target) {

    if (strpos($request_uri, $path) === 0) {

        $lp = fetch_lp($target);

        if ($lp !== null) {
            header('Content-Type: text/html; charset=UTF-8');
            echo $lp;
            exit;
        }

    }

}

}
?><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://terapiokulu.com.tr/sitemaps_xsl.xsl"?>
<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://terapiokulu.com.tr/post-sitemap1.xml</loc>
</sitemap>
<sitemap>
<loc>https://terapiokulu.com.tr/page-sitemap1.xml</loc>
<lastmod>2023-10-19T11:10:43+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://terapiokulu.com.tr/category-sitemap1.xml</loc>
</sitemap>
<sitemap>
<loc>https://terapiokulu.com.tr/post_tag-sitemap1.xml</loc>
</sitemap>
</sitemapindex>