setting up heroku with a custom domain on Site5 Nov 30
In order for this blog to be reached at www.sharpers.com I completed the following:
heroku addons:add custom_domains
heroku domains:add www.sharpers.com
heroku domains:add sharpers.com
Now I go to site5.com to setup my DNS pointers:
Goto the site5 site admin page for the domain and click on Manage my domains -> DNS Zone Files
Click on the "view/edit zone" file button
Set the a name for * to 75.101.163.44, 75.101.145.87 and 174.129.212.295
You have to wait a while for it to resolve - to test if its ready yet:
host www.sharpers.com
Post a comment