Current situation:
- I have a domain e.g. www.test.com where my Bubble app runs on.
- The Bubble app has different subpages for its different data such as www.test.com/object/ONE, www.test.com/object/TWO, www.test.com/object/THREE.
Goal:
- To have different domains for each of those subpages, basically to be able to publish white label applications, getting rid of the “test.com” and have something as www.ONE.com, www.TWO.com, www.THREE.com.
- All these apps with different domains should still have the same infrastructure, database, workflows, etc. … of the core app behind.
How is that possible?