Hello,
I am trying to use the _redirects file of my Cloudflare Pages Site for link shortening. Unfortunately, links with # anchor do not work.
/test https://www.youtube.com/watch?v=dQw4w9WgXcQ
302
→ https://www.youtube.com/watch?v=dQw4w9WgXcQ
302
/test2 https://example.org/test/#6
302
→ https://example.org/test/#6#6
It always happens, that the text behind the anchor duplicates. This problem does not occur, with bulk redirects.