<?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>Bill Richards &#187; custom domain</title>
	<atom:link href="http://www.wrichards.com/blog/tag/custom-domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wrichards.com/blog</link>
	<description>a developer&#039;s blog</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:32:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Customize your Amazon S3 Url</title>
		<link>http://www.wrichards.com/blog/2009/02/customize-your-amazon-s3-url/</link>
		<comments>http://www.wrichards.com/blog/2009/02/customize-your-amazon-s3-url/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 19:23:25 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[bucket url]]></category>
		<category><![CDATA[CNAME]]></category>
		<category><![CDATA[custom domain]]></category>

		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=58</guid>
		<description><![CDATA[I see a lot of sites still using the long default Amazon S3 url so I thought this might be helpful to someone. Lets say I setup a bucket for images on this domain at images.wrichards.com.s3.amazonaws.com to serve all my images. I don&#8217;t really want to type out the extra s3.amazonaws.com bit everytime I link [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.wrichards.com/blog/wp-content/uploads/2009/02/amazon_aws_logo.jpg" alt="Amazon s3" title="Amazon s3" width="300" height="122" class="alignleft size-full wp-image-106" />I see a lot of sites still using the long default <a href="http://aws.amazon.com/s3/">Amazon S3</a> url so I thought this might be helpful to someone. Lets say I setup a bucket for images on this domain at <strong>images.wrichards.com.s3.amazonaws.com</strong> to serve all my images. I don&#8217;t really want to type out the extra <strong>s3.amazonaws.com</strong> bit everytime I link to an image. <img src='http://www.wrichards.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  There is a quick and easy solution to change your domain with <a href="http://en.wikipedia.org/wiki/CNAME#CNAME">CNAME</a>:</p>
<p><code>images.wrichards.com CNAME images.wrichards.com.s3.amazonaws.com</code></p>
<p>Just add a CNAME record with that information and you should be good to go (obviously change my domain to yours). You can add your CNAME in your DNS entry <a href="http://www.google.com/support/a/bin/answer.py?hl=en&#038;answer=47283">More Info here</a>. I can now access my bucket via the custom domain <strong>images.wrichards.com</strong>.The bucket name must match and be lowercase for this to work properly. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wrichards.com/blog/2009/02/customize-your-amazon-s3-url/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
