Fix all broken links: absolute URLs, blog images, comment reply cleanup

This commit is contained in:
Jarvis Prime
2026-03-24 16:34:55 +00:00
parent 4a6d3bcbc0
commit d8145aaf0b
847 changed files with 40628 additions and 23672 deletions

View File

@@ -129,4 +129,9 @@
# Catch-all for any remaining WordPress ?p= encoded URLs
/blog/index.html%3F* /blog 301
# Multi-segment .html strip (Cloudflare /*.html only matches single-segment)
/:a/:b.html /:a/:b 301
/:a/:b/:c.html /:a/:b/:c 301
/:a/:b/:c/:d.html /:a/:b/:c/:d 301
# Doc/API legacy path redirects