There are many examples of routes you can add.
For example, if you have the domain mcdonalds.mydomain.com. You can add routes like:
- From mcdonalds.mydomain.com/* To /clients/mcdonalds. If a visitor visits mcdonalds.mydomain.com/ it will load the page clients with the mcdonalds slug.
- From mcdonalds.mydomain.com/finance To /finance/mcdonalds. If a visitor visits mcdonalds.mydomain.com/finance it will load the page finance with the mcdonalds slug.
- From mcdonalds.mydomain.com/ To /version-test. If a visitor visits mcdonalds.mydomain.com/ it will load the page index on the version-test (but it won't work if you pass any parameters).
You can influence how routes are handled with types. See the doc for more info!