<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: WordPress MU in a development environment</title>
	<atom:link href="http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment/feed" rel="self" type="application/rss+xml" />
	<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment</link>
	<description>Thoughts on Identity, OpenID, WordPress, and Life</description>
	<lastBuildDate>Sat, 06 Mar 2010 22:59:40 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sean steezy</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-31826</link>
		<dc:creator>sean steezy</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-31826</guid>
		<description>&lt;p&gt;Hey, I finally got it to work by just adding a dot to the domain. now my cookies are going through properly, just starting to configure the email part. thanks for writing this article, i was banging my head on the wall for a week and finally got into my admin panel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, I finally got it to work by just adding a dot to the domain. now my cookies are going through properly, just starting to configure the email part. thanks for writing this article, i was banging my head on the wall for a week and finally got into my admin panel.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Will Norris</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-31808</link>
		<dc:creator>Will Norris</dc:creator>
		<pubDate>Sun, 07 Jun 2009 19:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-31808</guid>
		<description>&lt;p&gt;Stephen: in most cases, that will work fine, but various vendors do different things with the .local TLD.  So you may get unexpected results depending on how you have your hosts file setup, or even the network you happen to be on at the time.  Like I said, you&#039;ll probably be fine, but if you really want to play it safe, don&#039;t use .local.  I typically just drop the TLD altogether for most sites.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Stephen: in most cases, that will work fine, but various vendors do different things with the .local TLD.  So you may get unexpected results depending on how you have your hosts file setup, or even the network you happen to be on at the time.  Like I said, you&#8217;ll probably be fine, but if you really want to play it safe, don&#8217;t use .local.  I typically just drop the TLD altogether for most sites.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-31806</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Sun, 07 Jun 2009 18:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-31806</guid>
		<description>&lt;p&gt;For my dev server, I&#039;ve always set the hosts replacing the &quot;.com&quot; with &quot;.local&quot;.  Thus:&lt;/p&gt;

&lt;p&gt;willnorris.local&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For my dev server, I&#8217;ve always set the hosts replacing the &#8220;.com&#8221; with &#8220;.local&#8221;.  Thus:</p>

<p>willnorris.local</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Will Norris</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-31767</link>
		<dc:creator>Will Norris</dc:creator>
		<pubDate>Fri, 05 Jun 2009 20:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-31767</guid>
		<description>&lt;p&gt;Sean: I&#039;ve not tested it but you should just be able to set the following in wp-config.php:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;define(&#039;COOKIE_DOMAIN&#039;, &#039;&#039;);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;If you simply use a hostname that includes a dot, you shouldn&#039;t need to mess with that though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sean: I&#8217;ve not tested it but you should just be able to set the following in wp-config.php:</p>

<pre><code>define('COOKIE_DOMAIN', '');
</code></pre>

<p>If you simply use a hostname that includes a dot, you shouldn&#8217;t need to mess with that though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sean steezy</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-31741</link>
		<dc:creator>sean steezy</dc:creator>
		<pubDate>Thu, 04 Jun 2009 17:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-31741</guid>
		<description>&lt;p&gt;Um, I may be retarded when it comes to this stuff (design mostly), but I have this same issue, but I have no idea what you&#039;re talking about. I&#039;m running wpmu on iis 6 and got this far.&lt;/p&gt;

&lt;p&gt;I can remote in to the server, windows 2003, but I have no idea where to add the dot to the domain, or to set the cookie.&lt;/p&gt;

&lt;p&gt;where do i change the &quot;domain part of the cookie response header&quot;?&lt;/p&gt;

&lt;p&gt;any help is much appreciated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Um, I may be retarded when it comes to this stuff (design mostly), but I have this same issue, but I have no idea what you&#8217;re talking about. I&#8217;m running wpmu on iis 6 and got this far.</p>

<p>I can remote in to the server, windows 2003, but I have no idea where to add the dot to the domain, or to set the cookie.</p>

<p>where do i change the &#8220;domain part of the cookie response header&#8221;?</p>

<p>any help is much appreciated.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Miranda</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-29418</link>
		<dc:creator>Miranda</dc:creator>
		<pubDate>Thu, 05 Mar 2009 16:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-29418</guid>
		<description>&lt;p&gt;Thanks so much!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks so much!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Will Norris</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-29388</link>
		<dc:creator>Will Norris</dc:creator>
		<pubDate>Wed, 04 Mar 2009 21:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-29388</guid>
		<description>&lt;p&gt;You need to add an entry into your hosts file.  Depending on your OS, it is &lt;a href=&quot;http://en.wikipedia.org/wiki/Hosts_file#Location_and_default_content&quot;&gt;in different places&lt;/a&gt;.  If you&#039;re doing this from the virtual server itself, you&#039;ll want to add the following:&lt;/p&gt;

&lt;pre&gt;127.0.0.1  wp.mu&lt;/pre&gt;

&lt;p&gt;If you&#039;re connected from a different machine (like the host machine which the virtual one is running on), you&#039;ll change the IP address to be the IP of the virtual server.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You need to add an entry into your hosts file.  Depending on your OS, it is <a href="http://en.wikipedia.org/wiki/Hosts_file#Location_and_default_content">in different places</a>.  If you&#8217;re doing this from the virtual server itself, you&#8217;ll want to add the following:</p>

<pre>127.0.0.1  wp.mu</pre>

<p>If you&#8217;re connected from a different machine (like the host machine which the virtual one is running on), you&#8217;ll change the IP address to be the IP of the virtual server.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Miranda</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-29387</link>
		<dc:creator>Miranda</dc:creator>
		<pubDate>Wed, 04 Mar 2009 20:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-29387</guid>
		<description>&lt;p&gt;Sorry to seem such a newb. Could elaborate on how to do this? I have added the line:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ServerName wp.mu
DocumentRoot ${path}/www
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;to apache&#039;s config. This seemed like the logical step? I am a little confused how this works since the name &quot;wpmu&quot; is being directed by my DNS, where it is defined. Where exactly am I making the change to wp.mu without renaming the machine, in the DNS?&lt;/p&gt;

&lt;p&gt;All apache is doing is running locally on the virtual server (attempting) to run MU.&lt;/p&gt;

&lt;p&gt;Sorry if this sounds way off, I have just been spending SO much time on this, made it this far and am shattered. I&#039;d love to be able to make this work, but am almost ready to approach this whole thing differently. Thanks for anything!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry to seem such a newb. Could elaborate on how to do this? I have added the line:</p>

<pre><code>ServerName wp.mu
DocumentRoot ${path}/www
</code></pre>

<p>to apache&#8217;s config. This seemed like the logical step? I am a little confused how this works since the name &#8220;wpmu&#8221; is being directed by my DNS, where it is defined. Where exactly am I making the change to wp.mu without renaming the machine, in the DNS?</p>

<p>All apache is doing is running locally on the virtual server (attempting) to run MU.</p>

<p>Sorry if this sounds way off, I have just been spending SO much time on this, made it this far and am shattered. I&#8217;d love to be able to make this work, but am almost ready to approach this whole thing differently. Thanks for anything!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Will Norris</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-29386</link>
		<dc:creator>Will Norris</dc:creator>
		<pubDate>Wed, 04 Mar 2009 19:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-29386</guid>
		<description>&lt;p&gt;@Miranda: you shouldn&#039;t actually have to rename the machine itself, just setup a virtual host in IIS or Apache that has a dot in the name.  You will of course need to add an entry to the appropriate hosts file so that your browser knows how to resolve that hostname.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Miranda: you shouldn&#8217;t actually have to rename the machine itself, just setup a virtual host in IIS or Apache that has a dot in the name.  You will of course need to add an entry to the appropriate hosts file so that your browser knows how to resolve that hostname.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Miranda</title>
		<link>http://willnorris.com/2008/09/wordpress-mu-in-a-development-environment#comment-29385</link>
		<dc:creator>Miranda</dc:creator>
		<pubDate>Wed, 04 Mar 2009 19:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://willnorris.com/?p=311#comment-29385</guid>
		<description>&lt;p&gt;So close and yet so far..
I am attempting to run MU on an XP SP3 virtual server and after much struggling, have gotten this far. Finally get to this login and I have exactly the same issue. If you put in the correct auto-generated pass, it just comes right back (as if nothing happened).&lt;/p&gt;

&lt;p&gt;I cannot remame the Virtual XP machine anything with a dot in the name&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So close and yet so far..
I am attempting to run MU on an XP SP3 virtual server and after much struggling, have gotten this far. Finally get to this login and I have exactly the same issue. If you put in the correct auto-generated pass, it just comes right back (as if nothing happened).</p>

<p>I cannot remame the Virtual XP machine anything with a dot in the name</p>]]></content:encoded>
	</item>
</channel>
</rss>
