How do I set up DNS for an apex domain (no www) pointing to a Heroku app?

后端 未结 4 385
北恋
北恋 2020-12-04 05:15

I already added a custom domain to my Heroku app and it works with www.domain.com.

I need to know how to set up the domain without www to r

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 05:37

    I am now using Google Apps (for Email) and Heroku as web server. I am using Google Apps 301 Permanent Redirect feature to redirect the naked domain to WWW.your_domain.com

    You can find the step-by-step instructions here https://stackoverflow.com/a/20115583/1440255

提交回复
热议问题