Mobile app version of vmapp.org
Login or Join
XinRu657

: Heroku CNAME redirect leads to www.www I'm trying to use a domain name I have on Namecheap with Heroku. Heroku's documentation advised a CNAME Alias. In the past, I've gotten other domains on

@XinRu657

Posted in: #Heroku #Redirects #Url

I'm trying to use a domain name I have on Namecheap with Heroku. Heroku's documentation advised a CNAME Alias. In the past, I've gotten other domains on the same service (Namecheap) to work with Heroku, but I can't get this domain to work. I followed Heroku's instructions and imitated the way the other domains are set up.

Using Namecheap's web tool, I changed "All Host Records". In that section, I have:
@ www.example.com URL Redirect
www example.herokuapp.com CNAME (Alias)


set up at the top of the page. In Heroku's app settings, I can see that example.com is a domain of example.herokuapp.com, which I configured with the command line.
When I go to example.com, however, I get


The server at page "www.www.example.com/?from=@" is not responding".


Any ideas how to fix it? I already tried manually changing the DNS to Google's servers, as well as using just about every variation of my domain. The additional www and /?from=@ seems to be a clue, but I'm not sure what's causing it.

To be clear, my objective is running my Heroku app through example.com

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @XinRu657

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angie530

For anyone who has this issue come up, changing the DNS to v1 using Namecheap's online interface and then setting the "@" row to blank fixed the issue.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme