Hi all, there are threads about this topic from a few years ago, but I thought I would pose this question again in case there is an updated way to do this.
I want to create urls/dynamic subdomains for my users which point to the same page, but have a unique/dynamic url and dynamic content. For instance, my application is myglobaled.org and I want each url to be, for example, northeastern.myglobaled.org/course approvals with the “northeastern” part being dynamic.
Is there a simple way to do this, or to do something similar? I know that doing myglobaled.org/northeastern would be easy through a slug, but I would prefer to do the first option for clients.