|
Server IP : 10.111.40.2 / Your IP : 216.73.217.145 Web Server : Apache System : Linux webd002.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : comimage ( 586) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/comimage/batimonte.com/../adee14.fr/themes/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
header("Content-Type: text/xml");
require(dirname(__FILE__).'/../inc/tools/configuration.php');
//**************************************
// CREATION DYNAMIQUE SITEMAP
//**************************************
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
.'<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
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/sitemap.xsd">'."\n"
."<url>\n"
."<loc>".HTTP_SERVEUR."</loc>\n"
."</url>\n";
echo $metier->getLiensXml($bdd);
echo "</urlset>";
?>