<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make a Website Great&#187; hosts file &#8211; Make a Website Great</title>
	<atom:link href="http://makeawebsitegreat.com/tag/hosts-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://makeawebsitegreat.com</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 18:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Point Your Domain Name to Your Hosting Account</title>
		<link>http://makeawebsitegreat.com/how-to-point-your-domain-name-to-your-hosting-account/</link>
		<comments>http://makeawebsitegreat.com/how-to-point-your-domain-name-to-your-hosting-account/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:13:07 +0000</pubDate>
		<dc:creator>Yaron</dc:creator>
				<category><![CDATA[How to Make a Website]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[domain name server]]></category>
		<category><![CDATA[hosts file]]></category>
		<category><![CDATA[nameserver]]></category>

		<guid isPermaLink="false">http://makeawebsitegreat.com/?p=813</guid>
		<description><![CDATA[After you&#8217;ve registered a domain name and set up your hosting account, the next step is to make the domain name point to your hosting account, otherwise when a domain name is typed into a browser, what comes up, won&#8217;t be your site. When someone types your domain name into a Web browser&#8217;s address bar, [...]]]></description>
			<content:encoded><![CDATA[<p>After you&#8217;ve <a  href="/how-to-register-a-domain-name/" title="How to Register a Domain Name">registered a domain name</a> and <a  href="/how-to-sign-up-for-web-hosting/" title="How to Set Up a Web Hosting Account ">set up your hosting account</a>, the next step is to make the domain name point to your hosting account, otherwise when a domain name is typed into a browser, what comes up, won&#8217;t be your site.  </p>
<p>When someone types your domain name into a Web browser&#8217;s address bar, expecting some Web page to come up, what actually happens next is as follows:</p>
<ol>
<li>The browser looks up the Internet address  (also known as Internet Protocol address or, IP address) of the computer server that has your website, i.e. the computer you have your Web hosting account on.  This is called DNS (domain name server) lookup, but more on that later.</li>
<li>Using the IP address, which is numeric, the browser contacts your Web server, and requests the page that matches what was typed into the browser&#8217;s address bar.  The request is made using the famous hypertext transfer protocol (HTTP).</li>
<li>The Web server contacts browser and sends it the appropriate data that makes up the Web page.</li>
<li>The browser takes that data and renders the page.</li>
<ol>
<p>What we need to concern ourselves with here is the first step.  Once that&#8217;s set up, all the rest is taken care of by the browser and Web server automatically.</p>
<p>The question we should be asking now is the following:  Given a domain name, how does the browser know the IP address of the Web server?  And the answer is that it does so by looking it up using domain name servers.  A domain name server (DNS) is a computer that serves up a look-up table that matches domain names with IP addresses.</p>
<p>And to make everything work, all you need to do is tell your domain name registrar the name of the DNS of your hosting company.</p>
<p>After you&#8217;ve signed up with a Web hosting company, you should have received an email message detailing the DNS information.  And you should have been provided with the names of a minimum of two domain name servers, one primary and one backup.  Your domain name servers should typically be named something like ns1.SomeDomain.com and ns2.SomeDomain.com.  (Domain names are not case sensitive, by the way.)</p>
<p>Now that you have the names of your domain name servers handy, I&#8217;ll show you how to set up your GoDaddy domain name registration account to use those.  If you didn&#8217;t register your domain name with GoDaddy, the principles are similar but the specifics are obviously different for your registrar.  </p>
<p>Log into your GoDaddy account and go to the Domain Manager.  One way of doing this is by using the menu option on the left sidebar:</p>
<p><a  href="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-go-to-domain-manager.gif" rel="shadowbox[post-813];player=img;"><img src="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-go-to-domain-manager.gif" alt="GoDaddy - Go to the Domain Manager" title="GoDaddy - Go to the Domain Manager" width="192" height="95" class="aligncenter size-full wp-image-911" /></a></p>
<p>The domain manager will display a list of all your registered domains.  Now, using the check boxes,  select the domain(s) you&#8217;d like to set the name servers for:</p>
<p><a  href="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-select-your-domain.gif" rel="shadowbox[post-813];player=img;"><img src="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-select-your-domain.gif" alt="GoDaddy - Select Your Domain" title="GoDaddy - Select Your Domain" width="219" height="39" class="aligncenter size-full wp-image-912" /></a></p>
<p>After you&#8217;ve made your selection, click on the &#8220;<strong>Nameservers</strong>&#8221; icon, which is located on the toolbar just above the domain name list:<br />
<a  href="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-name-servers-button.gif" rel="shadowbox[post-813];player=img;"><img src="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-name-servers-button.gif" alt="GoDaddy - Click the Nameservers Button" title="GoDaddy - Click the Nameservers Button" width="81" height="69" class="aligncenter size-full wp-image-913" /></a></p>
<p>Next, a screen will come up letting you enter your DNS information (<u>click image to enlarge</u>):</p>
<p><a  href="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-enter-name-servers.gif" rel="shadowbox[post-813];player=img;"><img src="http://makeawebsitegreat.com/wp-content/uploads/2010/01/godaddy-enter-name-servers-300x141.gif" alt="GoDaddy - Enter the Name Servers" title="GoDaddy - Enter the Name Servers" width="300" height="141" class="aligncenter size-medium wp-image-914" /></a></p>
<p>Select the &#8220;<b>I host my domains with another provider</b>&#8221; option, enter your domain servers in the appropriate fields, click &#8220;<strong>OK</strong>&#8220;, and you&#8217;re done.</p>
<p>One last thing you should know is that DNS changes are not instantaneous.  They may take up to 48 hours to propagate throughout DNS machines scattered across the Internet so that every person in the World can access your site.</p>
<p>Once the DNS updates for your Internet point of access, you&#8217;ll notice your domain no longer shows an ugly parked domain page full of links and ads, but instead it either shows some default page in your Web hosting account or gives some &#8220;page not found&#8221; message.</p>
<p>It&#8217;s a bit of a downer that you have to wait up to 48 hours to see your site when you type your domain into a browser.  Luckily, there is a way to make that happen immediately, but for your computer alone.</p>
<p>Every computer has its own local domain name table called a hosts file.  In the next post I&#8217;ll show you how to edit that file so that you can access your website and start working on it immediately after registering a domain and setting up hosting.</p>
]]></content:encoded>
			<wfw:commentRss>http://makeawebsitegreat.com/how-to-point-your-domain-name-to-your-hosting-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
