I have something completely cryptic that doesn't work in my DNS configuration:
using wwwizer.
So, http://my-domain.comredirects to http://www.my-domain.comwhich CNAMEs are onhttp://my-domain.herokuapp.com
Everything seems fine, but when I enter http://my-domain.comor http://www.my-domain.com, I get an error message Heroku | No such app.
So, I tried this:
host http:
www.my-domain.com is an alias for my-domain.herokuapp.com.
my-domain.herokuapp.com has address 54.243.92.108
and
host http://my-domain.herokuapp.com
my-domain.herokuapp.com has address 184.72.248.52
I do not see where the problem is. WWWizer is working fine, but it looks like CNAME has not been updated since the herokuapp IP address has changed ...
Any advice would be greatly appreciated.
thank
source
share