<?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>Michel Hiemstra - Web Development &#38; Internet Marketing &#187; dns enabler</title>
	<atom:link href="http://www.michelhiemstra.nl/blog/tag/dns-enabler/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michelhiemstra.nl/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 30 Mar 2011 14:59:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making local development a little bit easier on Mac OS X Leopard</title>
		<link>http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/</link>
		<comments>http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:51:10 +0000</pubDate>
		<dc:creator>Michel Hiemstra</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[apache wildcard]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns enabler]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[local dns]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.michelhiemstra.nl/blog/?p=58</guid>
		<description><![CDATA[I&#8217;ve configured a local DNS server that makes it a little bit easier to develop locally, because i always work with local domains like e.g. project.local.dev i always had to add them to my host file, and that&#8217;s very annoying. I stumbled upon the little app DNS Enabler and it saves me allot of trouble <a href="http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve configured a local DNS server that makes it a little bit easier to develop locally, because i always work with local domains like e.g. project.local.dev i always had to add them to my host file, and that&#8217;s very annoying. I stumbled upon the little app <a title="DNS Enabler for Leopard" href="http://cutedgesystems.com/software/DNSEnablerForLeopard/" target="_blank">DNS Enabler</a> and it saves me allot of trouble installing a local DNS server, and it saves me allot of time! It costs 15 dollar but worth every penny. Whenever i add something in my addressbar, like blabla.local.dev it automatticly goes to a local folder on /data/www/blabla. This is how i did it:</p>
<p><span id="more-58"></span>I assume you already have apache installed, if not, you can follow <a title="Installing Apache, PHP and MySQL on Mac OS X Leopard" href="http://www.michelhiemstra.nl/blog/installing-apache-php-with-xdebug-and-mysql-on-mac-os-x-leopard/" target="_blank">my tutorial</a> on that too. Open up your apache config, usually found in /private/etc/apache2/</p>
<p>Add the following:</p>
<p><a href="http://www.michelhiemstra.nl/blog/wp-content/uploads/vhost-config-wildcard.txt" target="_blank">Click here for the vhost config</a>, my code syntax highlighter messes it up <img src='http://www.michelhiemstra.nl/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Next thing up is, install <a title="DNS Enabler for Leopard" href="http://cutedgesystems.com/software/DNSEnablerForLeopard/" target="_blank">DNS Enabler</a> (buy if first ofcourse) and copy these settings:</p>
<p><a href="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/dns-enabler.png" target="_blank"><img class="alignnone size-medium wp-image-59" title="dns-enabler" src="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/dns-enabler-300x193.png" alt="dns-enabler" width="300" height="193" border="0" /></a></p>
<p><em>(click image to enlarge)</em></p>
<p>And make sure you set the DNS in your system preferences to localhost, e.g.:</p>
<p><a href="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/picture-2.png" target="_blank"><img class="alignnone size-medium wp-image-60" title="picture-2" src="http://www.michelhiemstra.nl/blog/wp-content/uploads/2009/08/picture-2-300x247.png" alt="picture-2" width="300" height="247" border="0" /></a></p>
<p>Thats all! Now you can add a directory in your root e.g. /data/www/test and go to it in your browser with http://test.local.dev</p>
]]></content:encoded>
			<wfw:commentRss>http://www.michelhiemstra.nl/blog/making-local-development-a-little-bit-easier-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

