Replies: 0
Headless WordPress is growing in popularity and I am guessing some people will want to progressively transition their sites. During the transition, my guess is it would be easier if the WP admin part werew placed on a subdomain.
I have not found any recent how-to guide to do this. There seems to be a number of issues to think about:
– How to configure home/site URLs
– Whether to override wp-content and plugins URLs
– Admin/Editor/Shop manager vs regular user login and accesss
– (Admin) ajax requests
– Cookies
– Security headers and CORS
– Redirects through .htaccess or similar
– Object caching and page caching (turn off during the transition)
It would be great if someone knowledgeable of the WP core could write up a guide, including gotchas. Would be much appreciated.