Fix sitemap by renaming to .php for server execution
· 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
- index.php +1 −1
- sitemap.xml => sitemap.php +0 −0
Diff
--- 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">