Netlify.toml rewrite help

Does anyone know if it’s possible to rewrite a domain alias to another netlify domain in the same team?

I’ve currently got:

[[redirects]]
from = “https://www.vendors.my-domain.com
to = “https://my-other-domain.com
status = 200
force = true

It’s an SPA and also has this rule at the bottom.

[[redirects]]
from = “/*”
to = “/index.html”
status = 200

The page is blank and the network request fetches the resource but doesn’t load it into the page. Instead the original content is loaded into the page in the SPA.

Any advice or help ?? :blush:

Hi, @berni. I believe we are troubleshooting this here:

Would you please send us a link to a deploy where the 200 rule is active there? For example, a link like the one below?

https://app.netlify.com/sites/wherecanibuyitonline/deploys/5e4f089da993ba0008117ed6