I have a heroku app, let's call it showering-wind-33 . I purchased a top-level domain, called example.com and correctly configured my domain to render content to a hero, adding a CNAME pointing to showering-wind-33.herokuapp.com . So when I visit example.com , it displays content from showering-wind-33.herokuapp.com .
I have another foo.com domain and I want store.foo.com point to the contents in store_for_foo.example.com and I am having problems with this.
I tried: 1. Adding a CNAME record in my DNS to point store.foo.com to store_for_foo.example.com 2. Adding store.foo.com to โDomainsโ under โSettingsโ in my heroku application.
But as a result store.foo.com ends with example.com , but not store_for_foo.example.com
What am I doing wrong? Any help would be appreciated - thanks! How can I get the contents of store.foo.com to show store_for_foo.example.com
source share