Fix sitemap by renaming to .php for server execution

D David Veksler · 1 year ago 0357f3f8d1c4536b347affa1532878956c3dbc34
Parent: 3da5ef22e
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>

2 files changed +1 −1

Diff

diff --git a/index.php b/index.php
index 19d87b4..7b84143 100644
--- a/index.php
+++ b/index.php
@@ -162,7 +162,7 @@ try {
     <link rel="canonical" href="<?php echo htmlspecialchars($baseUrl); ?>">
     
     <!-- Sitemap reference for search engines -->
-    <link rel="sitemap" type="application/xml" href="<?php echo htmlspecialchars($baseUrl); ?>sitemap.xml">
+    <link rel="sitemap" type="application/xml" href="<?php echo htmlspecialchars($baseUrl); ?>sitemap.php">
 
     <!-- === Open Graph / Facebook / LinkedIn === -->
     <meta property="og:title" content="David Veksler's Cheatsheet Portfolio | Custom Design Services">
diff --git a/sitemap.xml b/sitemap.php
similarity index 100%
rename from sitemap.xml
rename to sitemap.php