Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

redirecting domain to nameservers in heroku?

I have configured my domain to heroku IPs 75.101.163.44 75.101.145.87 174.129.212.2

But it's not redirecting my app to my domain. The error says

There is no app configured at that hostname. Perhaps the app owner has renamed it, or you mistyped the URL.

Does each Heroku app have its own IP address? If so how to get the unique IP and how to redirect it to domain. Thanks.

like image 748
sgi Avatar asked Mar 29 '10 16:03

sgi


People also ask

Is Heroku a DNS provider?

Heroku doesn't provide DNS services therefore there are no name servers. You use your domain name registrars control panel to point your DNS records at your Heroku application. Typically this is a CNAME record pointing at the . herokuapp.com entry.

How do I link a Namecheap domain to Heroku?

First connect to the Heroku dashboard, select the heroku application and go to the "Settings" tab. Scroll down until you reach the Domain and certificates section. Click on the purple "Add domain" button and type the domain name with its subdomainyou want to use.

How do I point my GoDaddy domain to Heroku?

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

Just follow these instructions and use the (unfortunately no longer free) Zerigo DNS Add-On. It's pretty easy.

Heroku applications don't have a static IP address because they're distributed across nodes in Heroku's dyno grid.

like image 84
John Topley Avatar answered Nov 16 '22 23:11

John Topley