How to Point Your Godaddy Domain to Heroku App

By default, Heroku apps have a Heroku domain name, and it is always desirable to have your app with a unique domain name. Purchasing a domain name and then pointing it to Heroku app solves the issue.

godaddy-heroku-setup
godaddy-heroku-setup

Setting Up Heroku and Godaddy

The first step is adding the GoDaddy domain to the Heroku app. Navigate to the project folder from the terminal then type “heroku domains:add www.yourdomain.com”. The domain name is the one purchased from GoDaddy.

Next, log into your GoDaddy account and find the domains area in the upper left navigation tab. The domains tab will allow you to choose a domain then launch. Doing this redirects to the domain details page.

The domains details page will show the DNS files related to the domain name. Click on the “DNS Zone File” tab and remove all records leaving only the NameServers.

The next step is adding “www” CNAME record that will point to the Heroku app domain. Change ‘Host’ to www and “Point to” the Heroku app domain. The Heroku app domain is something like ‘myapp.herokuapp.com’.

The DNS will then take some time to propagate. DNS propagation time varies and may take less than ten minutes or even a day. Once the DNS propagation is complete, the Heroku app will be accessible under the GoDaddy domain.

Configuring Naked Domain

This section explains how to configure the domain name to work without www in front of the domain name. When a person accesses the domain by typing ‘yourdmain.com’ instead of “www.yourdmain.com” they should be redirected to the same domain with www. The naked domain ‘yourdmain.com’ is forwarded to “www.yourdomain.com”.

Assuming you are on the domains page, locate the “Settings” tab and click on it. Four section will appear. Click “Manage” right under “Domain” in the “Forwarding” section to open a window to add forwarding details.

Click “Add Forwarding” to add the forward details. Set “Forward to” to your domain name, which in this example is “www.yourdmain.com”. Set “Redirect type” to “301 (Permanent)” and “Forward settings” to “Forward only”.

The final step is ensuring that the “Update my Nameservers and DNS settings to support this change. (Recommended)” is enabled to update the settings. Once DNS propagation is complete, the redirection will take effect.

Conclusion

With all the above steps followed, the Heroku app should be accessible using the domain purchased from GoDaddy. The naked domain will be redirected to your domain.

Thoughts on "How to Point Your Godaddy Domain to Heroku App"

Get FREE Gifts by that link. Or receive Freebies now. you can whitelist the Ad Block to see it all.

Once done, hit any button below