- Published on
The CMS back-end would be hosted on the same server as the main website, and the URL Redirection would be used to send the user to the appropriate web app. For example, if a user were to visit site.com/blog/post-x, the URL Redirection system would detect that the request was for a blog post and redirect the user to the appropriate web app to edit that post. The URL Redirection system uses the WordPress REST API to detect the page being requested and then redirect the user to the correct web app. ...