[DNS & subdomains] Mapping a subdirectory to a subdomain, with 3rd-party domain and Netlify DNS

Update: based on this post I tried:

[[redirects]]
  force = true
  status = 200
  from = "https://menu.flop.club/*"
  to = "https://flop.club/menu/:splat"

Plus ALIAS from menu.flop.club to @ – tried also with no additional DNS record.

But it still won’t work. :frowning: