Created
March 1, 2017 19:29
-
-
Save joshmobley/1a195bbb61e477ca5af5819c5b86232f to your computer and use it in GitHub Desktop.
Checklist for migrating DNS to a new host
This file contains 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
- [ ] Prepare hosting to receive traffic from domain name | |
- [ ] Add all variations of domains (www, no-www, etc.) | |
- [ ] Set up SSL cert | |
- [ ] Redirect all variations to one primary domain (https?) | |
- [ ] Create DNS record for old site on sub-domain (e.g. oldsite.domain.com) | |
- [ ] Ensure MX records are pointing to appropriate destination | |
- [ ] Ensure any subdomains are accounted for post-migration | |
- [ ] Update DNS record for domain to point to new host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment