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.
You can do a subdomain by just typing it in within bubble. Making it dynamic is much more difficult. But a single subdomain can be set up like this, just put in your subdomain here. For example, you can do forum.nocodeminute.com to create a subdomain. Is this what you were looking for @tmuelle1?
Thanks @J805 I have my main site “mainsite.com” and I just need one subdomain “subdomain.mainsite.com” which will also run on bubble, but has some different functionality (it will track clicks only and report information to my main site). So I need a separate bubble app for this I assume?