nginx isn't redirecting /blog to /blog.php like it would with html

so I have to resort to this :(
This commit is contained in:
2023-10-27 19:03:41 -04:00
parent b3e082ac55
commit 2d90cc6151

View File

@ -81,7 +81,7 @@
} }
?> ?>
</p> </p>
<a href="/blog">more...</a> <a href="/blog.php">more...</a>
</div> </div>
</div> </div>
</div> </div>