I have a domain name registered with http://www.registryrocket.com/
The "main" site, which is called rudolfcode.net, is registered under godaddy, and forwards to a heroku site (rudolfcode.herokuapp.com).
I have found that the main site, rudolfcode.net works, but the hostgator forwarding has stopped working (firefox simply fails when you point to http://www.rudolflabs.com, which is the domain name registered by hostgator).
How can I debug this issue ?
Finally, I have tried to run some DNS tests, and here are the results :
Im not sure what the failures mean .... But Im pretty sure that "Conecting to WWW Home Page" failed is a pretty bad sign !
Thanks.
Your configuration seems pretty flawed. Maybe you should look into the general use of DNS.
First of all you use URL Redirect on registryrocket a lot. I'm not sure that is what you want.
You want to make an alias of for your heroku app. That is done with a
cname
.Then registryrocket cannot redirect the traffic of "rudolflabs.net" if it is not the nameserve for this domain. But you said that this domain is hosted by hostgator. So you might be able to set the NS records of your hostgator domain to the registryrocket nameservers. Otherwise you have to set every record from each hoster.
Finally the address http://www.rudolflabs.com worls and redirects me to http://rudolfcode.herokuapp.com/Home.html