<?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>Kidsontalks &#187; Canonical-Name</title>
	<atom:link href="http://kidsontalks.com/tag/canonical-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://kidsontalks.com</link>
	<description>This is my journey as an E-commerce Consultant</description>
	<lastBuildDate>Mon, 21 May 2012 14:03:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Trials and Tribulations &#8211; the DNS CNAME wait</title>
		<link>http://kidsontalks.com/trials-and-tribulations-the-dns-cname-wait/</link>
		<comments>http://kidsontalks.com/trials-and-tribulations-the-dns-cname-wait/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 15:51:00 +0000</pubDate>
		<dc:creator>Liz</dc:creator>
				<category><![CDATA[Web Mastering]]></category>
		<category><![CDATA[Canonical-Name]]></category>

		<guid isPermaLink="false">http://kidsontalks.com/2007/09/03/trials-and-tribulations-the-dns-cname-wait/</guid>
		<description><![CDATA[If your messing with your DNS settings, it can take 72 hours to see if what you have done is right, and the same amount of time to correct a mistake. Here is a quick guide to masking your domain using the cname function in your DNS settings. Rule 1: Do not touch your &#8216;MX&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>If your messing with your DNS settings, it can take 72 hours to see if what you have done is right, and the same amount of time to correct a mistake. Here is a quick guide to masking your domain using the cname function in your DNS settings.</p>
<p>Rule 1: Do not touch your &#8216;MX&#8217; records, they control your emails.</p>
<p>Rule 2: Always complete your cname with a FULL STOP! (This one has caused pain, a small thing you might forget but it can mean death to your cname)</p>
<p>Take the current record for example:</p>
<table border="1" width="27%">
<tr>
<td width="18%">
<p align="center"><strong>Name</strong></p>
</td>
<td width="26%">
<p align="center"><strong>Type</strong></p>
</td>
<td width="56%">
<p align="center"><strong>Content</strong></p>
</td>
</tr>
<tr>
<td>
<p align="center">@</p>
</td>
<td>
<p align="center">A</p>
</td>
<td>
<p align="center">123.456.789</p>
</td>
</tr>
<tr>
<td>
<p align="center">WWW</p>
</td>
<td>
<p align="center">A</p>
</td>
<td>
<p align="center">123.456.789</p>
</td>
</tr>
</table>
<p>There also might be &#8216;IN&#8217; between your name and type.</p>
<p>to cname (<font class="head"><strong>Canonical Name)</strong></font> this record the information needs to be changed to:</p>
<table border="1" width="27%">
<tr>
<td width="18%">
<p align="center"><strong>Name</strong></p>
</td>
<td width="26%">
<p align="center"><strong>Type</strong></p>
</td>
<td width="56%">
<p align="center"><strong>Content</strong></p>
</td>
</tr>
<tr>
<td>
<p align="center">@</p>
</td>
<td>
<p align="center">A</p>
</td>
<td>
<p align="center">123.456.789</p>
</td>
</tr>
<tr>
<td>
<p align="center">WWW</p>
</td>
<td>
<p align="center">CNAME</p>
</td>
<td>
<p align="center">kidsontalks.com.</p>
</td>
</tr>
</table>
<p>This is the basic information that you should see with your hosting provider. Sometimes the information is presented to you in a text file for example:</p>
<p>www IN CNAME mydomain.com.</p>
<p>A CNAME-record should always point to an A-record and never to itself or another CNAME-record to avoid circular references. </p>
]]></content:encoded>
			<wfw:commentRss>http://kidsontalks.com/trials-and-tribulations-the-dns-cname-wait/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

