<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Setting up wildcard virtual hosts for web development environment</title>
	<atom:link href="http://blog.orite.com.au/web_development/2009-01-22/setting-up-wildcard-virtual-hosts-for-web-development-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.orite.com.au/web_development/2009-01-22/setting-up-wildcard-virtual-hosts-for-web-development-environment/</link>
	<description>Think Work Learn Share</description>
	<lastBuildDate>Mon, 08 Mar 2010 00:32:58 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank Liu</title>
		<link>http://blog.orite.com.au/web_development/2009-01-22/setting-up-wildcard-virtual-hosts-for-web-development-environment/comment-page-1/#comment-190</link>
		<dc:creator>Frank Liu</dc:creator>
		<pubDate>Tue, 23 Jun 2009 23:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orite.com.au/?p=47#comment-190</guid>
		<description>Hi Darwin, you may need to add entries to your hosts file or if you have access to a DNS server, make a wildcard subdomain of localhost to point to 127.0.0.1</description>
		<content:encoded><![CDATA[<p>Hi Darwin, you may need to add entries to your hosts file or if you have access to a DNS server, make a wildcard subdomain of localhost to point to 127.0.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darwin</title>
		<link>http://blog.orite.com.au/web_development/2009-01-22/setting-up-wildcard-virtual-hosts-for-web-development-environment/comment-page-1/#comment-188</link>
		<dc:creator>darwin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 10:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orite.com.au/?p=47#comment-188</guid>
		<description>i&#039;ve try add this code to httpd.conf :

    ServerAdmin root@localhost
    DocumentRoot &quot;d:/phpfiles/&quot;
    ServerName localhost
    ServerAlias *.localhost
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^([^.]+)\.localhost$ [NC]
    RewriteRule  ^/(.*)$ /%1/$1


after restart apache, i try access tes.localhost, but Firefox always treat it like a ordinary website ,with adding &quot;www&quot; =&gt; www.tes.localhost , so Firefox return &quot;Address Not Found&quot;. are there other program needed like dns ,etc ? thx</description>
		<content:encoded><![CDATA[<p>i&#8217;ve try add this code to httpd.conf :</p>
<p>    ServerAdmin root@localhost<br />
    DocumentRoot &#8220;d:/phpfiles/&#8221;<br />
    ServerName localhost<br />
    ServerAlias *.localhost<br />
    RewriteEngine on<br />
    RewriteCond %{HTTP_HOST} ^([^.]+)\.localhost$ [NC]<br />
    RewriteRule  ^/(.*)$ /%1/$1</p>
<p>after restart apache, i try access tes.localhost, but Firefox always treat it like a ordinary website ,with adding &#8220;www&#8221; =&gt; <a href="http://www.tes.localhost" rel="nofollow">http://www.tes.localhost</a> , so Firefox return &#8220;Address Not Found&#8221;. are there other program needed like dns ,etc ? thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisha</title>
		<link>http://blog.orite.com.au/web_development/2009-01-22/setting-up-wildcard-virtual-hosts-for-web-development-environment/comment-page-1/#comment-179</link>
		<dc:creator>Nisha</dc:creator>
		<pubDate>Sun, 05 Apr 2009 11:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orite.com.au/?p=47#comment-179</guid>
		<description>great post..thanks..</description>
		<content:encoded><![CDATA[<p>great post..thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
