I have a project with two environments, staging and production. I have entered the following to setup up custom domain routing, after installing the add-ons:
heroku domains:add staging.myapp.com --app myapp-staging heroku domains:add www.myapp.com --app myapp-production heroku domains:add myapp.com --app myapp-production http://staging.myapp.com/ and http://www.myapp.com/ work, but http://myapp.com gives me a DNS error. What am I doing wrong? Is there a conflict with having two apps on the same domain? Thanks, Sam -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
