Can we (or has someone tried to) point a domain xyz.com to a glideapp and then forum.xyz.com subdomain to point to a forum or a cms deployed hosting ?
Is this technically possible ?
-Shiv
Can we (or has someone tried to) point a domain xyz.com to a glideapp and then forum.xyz.com subdomain to point to a forum or a cms deployed hosting ?
Is this technically possible ?
-Shiv
Hi @Shiv , not a direct answer but as I’m also looking to add a forum aspect to my app, what I was initially planning to do is have an external link to Mighty Networks forum via a custom URL. So using your example of xyz.com, I might set up a xyzforum.com or xyz.online (or if you’re okay paying $600 xyz.forum) and use an Open Link action to just go there from Glide.
If you subscribe to one of MN’s higher tier plans, you can also place 2 external links from their forum back to your app so can make it a seamless circular experience IMO. The reason I like MN is based on the research I’ve done, theirs is the most supportive of networking amongst the members which I feel will be one of the main value props of my app.
If a forum.xyz.com could go to a separate forum other than Glide, that would be cool though. A lot cheaper than $600 for a .forum domain
I’ve not done that specifically, but as long as your DNS is setup correctly I don’t see any reason why it wouldn’t work.
Hey Darren,
My limited knowledge says that you can’t point a domain to something other than hosting and then have subdomain point to something else (which could be a hosted software like CMS/Forums/etc). The DNS doesnt allow you to do so.
I can probably do like this redirect app.xyz.com to my glideapps and have xyz.com point to something on a hosting server. But i dont know if that would help me at glideapps end.
On a personal note i would like the visitors to the domain to come easily to app, than having to remember to prefix the domain with app.
Again i am telling this based on my limited knowledge about setting up domains and pointing them to hosting where wordpress is running. I could be wrong too
-Shiv
Hi @Shiv , I’ll find out right now. I use Namecheap for my domain registrations and they’ve got a great customer service chat function. I’ll report back as I want to procrastinate on figuring out Event Picker for time being
Hey @Zonez_SF - thanks a lot - even am thinking of speaking to folks from Godaddy too.
Having said that, as for your previous reply - thanks for pointing me to MN it looks interesting but i have a requirement for a bit more than a community/forum too. But thanks a ton for pointing to it and it looks promising with the feature set.
The point that you mentioned about having to pay additional $$$ for new domains like xyzforum.com or similar is whats preventing me from taking that option and instead want to use subdomain/s.
-Shiv
Hi @Shiv, yes @Darren_Murphy was correct regarding DNS. Here was Namecheap’s specific answer:
“Yes, you may point this subdomain to another host by creating NS records for the subdomain forum with third-party nameservers in value or by creating A or CNAME record for it.”
For me, I actually would prefer the forum.xyz.com or community.xyz.com as well. I definitely don’t want to pay $600 for a .forum domain but the other domains aren’t too bad, maybe (edit: just checked and saw xyzforum.com also going for $485, huh?? But xyzforum.net goes for $10)
Regarding forum platforms, the other ones I looked at were Discourse, Circle and Tribe. I believe Glide is Discourse and I personally prefer Discourse in general based on my behavior pattern with other forums I’m a member of. Lastly, if you want a free one that has way more bugs than the ones just listed but has been gaining credibility in the social impact space, is Hylo. I believe they’re a cooperative and open source so they espouse social/environmental values which isn’t normally the case with majority of companies so kinda cool.
Good luck!
Exactly.
And that’s what you do when you point a sub-domain to a Glide App.
So you might have www.yourcompany.com which points to your company website.
And then create app.yourcompany.com which points to your Glide app.
Both are subdomains of yourcompany.com, but one is hosted by Glide.
And it’s the DNS that allows that to happen.
Shiv’s example was essentially the same as that - except the opposite
Wow? I wish I had met you two months earlier. I could’ve saved $10 on registering xyz.app Better late than never. Thanks Darren
I’m having an issue with GoDaddy subdomains at the moment.
It was working fine up until recently but now I can’t set up forwarding or my Glide App with a custom URL.
I’m following the three step process but get stuck here.
I have entered the CNAME exactly as described - I even called GoDaddy for support by the told me the fault was on Glide’s end
Can anyone offer any guidance?
Weird, I would submit a ticket.
I have done the following successfully:
What I havent yet successfully done is point multiple subdomains to the same app. For example:
Yes, it’s possible and I’ve done it.
Essentially you just need to add a 302 redirect from yourapp.domain.com
to myapp.domain.com
This is not done in Glide, it needs to be done with your hosting provider.