[ad_1]
My wordpress is currently on [site.com]), but I want to have it on [admin.site.com]). And then have nextjs +netlify proxy wordpress to all routes except those beginning with /app.
How do I keep all wordpress links (in the db) going to [site.com]) while having the site/admin accesible via [admin.site.com]) ?
Or is this too complicated & I can just use a subdomain for nextjs? I need to be able to set wp cookies for both [site.com]) and [app.site.com]) which is my problem doing headless. Has anyone managed that before?
[ad_2]