#_redirects won't work

3 messages · Page 1 of 1 (latest)

idle mango
#

Hi, I use Qwik SSR with Cloudflare pages, and everything works fine except for the _redirects for my page. My redirect rules are getting parsed successfully, however, they are not working, not making any redirections.

I tried with basic redirections like:

/page /page2 301

but I did not get any results. I migrated my redirection rules from my previous Angular SSG website, running on Cloudflare pages as well, and it works perfectly there.

Anyone faced the issue, or is this not solvable with Qwik? I could configurate Page redirections in Cloudflare directly, however I would like to go that way, because it would create a lot of headache.

feral frigate
idle mango