<?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>Sean&#039;s Blog &#187; subdomain</title>
	<atom:link href="http://seanbehan.com/tag/subdomain/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:10:05 +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>Setup Wildcard Subdomain on Localhost for Development Work without /Etc/hosts TomFoolery</title>
		<link>http://seanbehan.com/programming/setup-wildcard-subdomain-on-localhost-for-development-work-without-etchosts-tomfoolery/</link>
		<comments>http://seanbehan.com/programming/setup-wildcard-subdomain-on-localhost-for-development-work-without-etchosts-tomfoolery/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:52:17 +0000</pubDate>
		<dc:creator>bseanvt</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[/etc/hosts]]></category>
		<category><![CDATA[127.0.0.1]]></category>
		<category><![CDATA[80]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hexxie.com]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[resolve]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://seanbehan.com/?p=851</guid>
		<description><![CDATA[Step 1. Open up your browser and visit http://www.hexxie.com. You can also go to anything.hexxie.com and everything.hexxie.com, which will resolve to your local machine (assuming it&#8217;s localhost at 127.0.0.1). How it works Super simple. I just pointed hexxie.com and *.hexxie.com to 127.0.0.1, which is your localhost address. If you&#8217;re on Rails just append the port [...]]]></description>
			<content:encoded><![CDATA[<h3>Step 1.</h3>
<p>Open up your browser and visit <a href="http://www.hexxie.com">http://www.hexxie.com</a>. You can also go to anything.hexxie.com and everything.hexxie.com, which will resolve to your local machine (assuming it&#8217;s localhost at 127.0.0.1).</p>
<h3>How it works</h3>
<p> Super simple. I just pointed hexxie.com and *.hexxie.com to 127.0.0.1, which is your localhost address. If you&#8217;re on Rails just append the port number as usual. http://hexxie.com:3000 or on Django http://hexxie.com:8000. Or you can always fire those guys up on port :80 with sudo ./script/server -p80 for Rails<br />
or sudo django-admin.py runserver 80</p>
<p>To set up your own just configure DNS to point your domain to 127.0.0.1 for the IP address. No more futzing with /etc/hosts</p>
<p>Originally got this tip from <a href="http://tbaggery.com/2010/03/04/smack-a-ho-st.html">http://tbaggery.com/2010/03/04/smack-a-ho-st.html</a> who has created his own service at smackaho.st</p>
<p>The word &#8220;Hexe&#8221; is German for &#8220;Witch&#8221;. I have a dog named &#8220;Hexxie&#8221; after the German word and that is the origin of the domain name hexxie.com, in case you&#8217;re wondering.</p>
]]></content:encoded>
			<wfw:commentRss>http://seanbehan.com/programming/setup-wildcard-subdomain-on-localhost-for-development-work-without-etchosts-tomfoolery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
