user5496955
user5496955

Reputation:

How to set subdomain on heroku

I have an app which have multiple sub domains and work locally fine.

manager.daycare.no:3000/
worker.daycare.no:3000/
daycare.no:3000/
admin.daycare.no:3000/
parent.daycare.no:3000/

When I deploy it on heroku these sub-domains doesn't work. Heroku app url is https://polar-harbor-19809.herokuapp.com/ .

How I set these subdomains on heroku and please tell me what will be url after subdomain urls?

Upvotes: 0

Views: 52

Answers (1)

Tobias Lins
Tobias Lins

Reputation: 2651

Subdomains are only available with a custom domain, not with a herokuapp.com domain!

Upvotes: 1

Related Questions