Rewriting /tag/* to /tags/* with Cloudflare Workers
A simple Worker catches requests to example.com/tag/ and sends them to example.com/tags/, keeping the method, headers, and query strings intact. This fixes URLs without touching the main app. This is...