If you have a domain name pointed at heroku can you use it with subdomains across heroku apps? If so where can I find info about how to set this up?
main website - heroku app
www.mydomainname.com
game site - different heroku app
game.mydomainname.com
Each subdomain should be a CNAME
to the Heroku app you want.
In your DNS provider (something like GoDaddy, DNSimple, et. al), setup like so:
subdomain | record type | end point
www | CNAME | main-app.heroku.com
game | CNAME | other-app.heroku.com
Make sure you add the matching domain to the corresponding app with $ heroku domains:add
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With