Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add naked domain (without www) on GoDaddy deployed via Heroku?

I have a domain that's been deployed via Heroku, and is up and running fine with the www. But if I go to the domain without the www, it does not render correctly. I tried adding both domains on Heroku, with www and without www, but unfortunately it still does not work.

Also, I tried following step two on here ( http://documentation.unbounce.com/hc/en-us/articles/203687274-Setting-Up-Your-CNAME-with-GoDaddy-godaddy-com- ) but continued to get an error: An unexpected error occurred. If this issue continues, contact support.

How can I add a naked domain to GoDaddy to forward to my web deployed on Heroku like my domain with www?

Thank you

EDIT

enter image description here

like image 250
Jo Ko Avatar asked Sep 19 '16 16:09

Jo Ko


People also ask

How do I add a domain to heroku GoDaddy?

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.


1 Answers

Try adding another A record, with the same IP but using @ instead of www for the host name.

Also remember that changes take an average of half an hour to make effect.

like image 173
Matías Zanolli Avatar answered Sep 25 '22 23:09

Matías Zanolli