-
-
Save DianaEromosele/d29003237d6780ad7db6ee425be685e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GoDaddy Account > Domain Manager > DNS Management | |
# Domain Settings > Manage DNS > Records => | |
Add > | |
Host: * | |
Points to: appname.herokuapp.com | |
TTL: 1 hour | |
Add > | |
Host: appnamesecure | |
Points to: appname-2121.herokussl.com | |
TTL: 1 hour | |
Add > | |
Host: www | |
Points to: appname.herokuapp.com | |
TTL: 1 hour | |
# Under Forwarding, add your heroku app name (ie appname.herokuapp.com) | |
Forward Type => Permanent | |
Settings => Forward with masking | |
Masking information not required | |
Make sure you SELECT the checkbox that says "Update my nameservers and DNS settings to support this change." | |
Save | |
# This will take 1 - 48 hours to propagate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment