Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndrew Gay
20,893 PointsDomain to Server
I cannot seem to find the video that helps setup a domain to your server
3 Answers
James Barnett
39,199 PointsYou are probably looking for the Pick a Web Host video in the How to Make a Website.
There's also the Domains and Hosting video in the Website Basics course.
If you are curious how of this domain name stuff works you can check out the short DNS Basics course.
Fahad Alrahbi
1,080 PointsIF you want to connect domain to the server you should have this things
when you buy new domain , company will give you
NS1:server.domain.com
NS2:server.domain.com
now what you have to do is
- go to your server
- check your server NS
- go to your domain control panel
- put your server NS1 and NS2
- after that your server connected to your server
sometimes you should wait some time to transfer .
Andrew Gay
20,893 PointsI figured it out, thank you both very much!