Hi, I want to achieve the following:
- Make my web app hosted by Vercel accessible under my.website.com
- Make my marketing website (WordPress instance) accessible under website.com
I’m not sure where to add which DNS records.
I’m using an external DNS provider.
Currently, when I try to access my web app under my.website.com it already works – so that’s great.
However, when I enter website.com it tries to access a Vercel deployment instance which I don’t want.
I’m seeing the error:
404: NOT_FOUND
Code: DEPLOYMENT_NOT_FOUND
I thought this entry in Vercel is responsible:
- CNAME cname.vercel-dns.com.
However, I can’t edit it due: “DNS Records provided by the system cannot be modified.”