1bd86e30e5
`redir / permanent` mis-parsed — Caddy read the leading `/` as a path matcher and `permanent` as the destination, so it only matched `/` and emitted a broken 302 to "permanent". Use an explicit destination URL (matching the www→apex idiom): `redir https://upbeatbytes.com/ permanent`. Live Caddy reloaded; snapshot mirrored. Verified: /home2,/home3,/home3.html → 301 → /. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>