Hey there -

I'm having problems getting a root level CNAME to register on heroku.
Since I've got other root domains CNAME'd to github, I'm fairly
certain that it can work for heroku as well. Here's what I've tried so
far:

1. set up slicehost dns, CNAME both www subdomain and root domain to
heroku.com.

2. check live site to see if DNS has updated. PASS receive:

    Heroku | No such app

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

3. use heroku command line tool to add root domains. FAIL

    # heroku domains:add browserchallenge.com
    browserchallenge.com is not a CNAME alias pointing to heroku.com,
cannot use.

    Please check that you've configured this domain name with your
provider. Check the domain at the command line with "host
browserchallenge.com", it should return output like
"browserchallenge.com is an alias for heroku.com" or
"browserchallenge.com CNAME heroku.com".

4. check host. PASS

    # host browserchallenge.com
    browserchallenge.com is an alias for heroku.com.
    heroku.com has address 75.101.145.87
    heroku.com has address 75.101.163.44
    heroku.com mail is handled by 10 ....

5. try adding subdomains. PASS

    # heroku domains:list
    Domain names for browserchallenge.heroku.com:
    www.goodbrowserbadbrowser.com
    www.browserchallenge.com

6. try adding root domains again, FAIL

7. ask you guys for help!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to heroku@googlegroups.com
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to