I have a custom domain. I’m trying to set a different path so I don’t need to use the top level domain just for the app and can put the business website up on the top level domain.
I’m using BDK Native which is compatible with this type of setup, but I’m unsure how to set it up in Bubble. Can I simply put a different path here?
can this just say http://www.mydomain.com/different_path ?
Or do I need to do a bunch of DNS changes to get that to work? I’m confused here.
BDK Native has an option for doing this during the build but I don’t know what to change in Bubble.
Is something like http://www.subdomain.mydomain.com a solution for you? do you really need the app to be at that top level domain path?
I’ve never used BDK so I might be a bit lost here.
Yes. A subdomain would be pretty good.
I just realized I can probably just roll the very VERY simple, one page website right into the Bubble app as a different page. My app is a single page responsive/native app (ie: it hides and shows about 70 groups instead of containing multiple pages). So my mind was admittedly stuck in that way of thinking.
I think just adding a single simple page and parsing the URL to decide which page to show (website or app) should do the trick. That way Bubble can host the whole thing.
Thanks for the ideas and help.
1 Like
This makes a lot of sense.
Forget about my previous answer, it makes no sense for what you want to achieve.