sbushell
(Sam)
February 3, 2024, 9:27am
1
Hey,
I’m new to weweb but am working my way through the academy and am really loving the possibilities.
I’m planning/designing an app and want organisations to have their own subdomain. e.g. org1.app.com , org2.app.com .
Any pointers on how I can build this using Xano? or if another backend is needed?
Broberto
(Rob)
February 3, 2024, 11:08am
2
It is possible, but it requires external services, or quite some technical knowledge.
andreas
(Andreas)
February 4, 2024, 7:40pm
3
You would need to create that subdomain programmatically based on user input through an external service (API) of your domain registrar and link that via a CNAME entry to your WeWeb site.
Broberto
(Rob)
February 4, 2024, 8:02pm
4
You can’t have (point) multiple domains on one WeWeb project by default. You need to use external services or write your own scripts/reverse proxy.
jaredgibb
(jared gibb)
February 5, 2024, 3:20pm
5
CoAlias will allow for this to work.
1 Like