Redirect to Subdomain (netlify.toml)

I want to redirect an application page on my Netlify site cbessential.services/registration to the subdomain lei.cbessential.services. So far, without success.

**Netlify.toml File**

netlify.toml · GitHub

How can I redirect to a subdomain?

Hey @mcb-11561
Could you please try setting force = true and letting us know if that works for you?

[[redirects]]
  from = "/registration"
  to = "https://lei.cbessential.services"
  status = 301
  force = true

Ok! Yes this was successful

Great to hear, @mcb-11561. ​Please let us know if there are any other questions about this.