<?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: Setup a development version of WordPress</title>
	<atom:link href="http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/</link>
	<description>phoenixheart - portfolio &#38; more</description>
	<lastBuildDate>Wed, 17 Aug 2011 21:34:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: j4kp07</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-10925</link>
		<dc:creator>j4kp07</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-10925</guid>
		<description>I would take that config one step further and add some logic to it in case you accidentally sync it with your production server
if ((str_replace(&quot;www.&quot;,&quot;&quot;,$_SERVER[&#039;SERVER_NAME&#039;]) == &quot;mydomain.dev&quot;)
INSERT DB CONSTANTS FOR DEVELOPMENT
else
INSERT DB CONSTANTS FOR PRODUCTION</description>
		<content:encoded><![CDATA[<p>I would take that config one step further and add some logic to it in case you accidentally sync it with your production server<br />
if ((str_replace(&#8220;www.&#8221;,&#8221;",$_SERVER['SERVER_NAME']) == &#8220;mydomain.dev&#8221;)<br />
INSERT DB CONSTANTS FOR DEVELOPMENT<br />
else<br />
INSERT DB CONSTANTS FOR PRODUCTION</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JournalStone</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-5537</link>
		<dc:creator>JournalStone</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-5537</guid>
		<description>Thank you for the easy to follow guide.  I have been trying to setup a developement site for my Wordpress blog for a couple of days, and this guide was the most useful.  The only issue I ran into was after everything was in place, I kept getting
&lt;em&gt;Warning: Cannot modify header information – headers already sent by (ouput started at /home/xxxxxxx/something.php) in /home/xxxxxxx/something.php on line xxx errors&lt;/em&gt;
After some digging, I found this was due to white space in some of the php files. &lt;a href=&quot;http://www.proposedsolution.com/solutions/wordpress-warning-cannot-modify-header-information/&quot; rel=&quot;nofollow&quot;&gt; http://www.proposedsolution.com/solutions/wordpress-warning-cannot-modify-header-information &lt;/a&gt;walked me through fixing it.  I still don&#039;t understand why a file I never touched worked on the web server but not on my local machine.
 
 
 </description>
		<content:encoded><![CDATA[<p>Thank you for the easy to follow guide.  I have been trying to setup a developement site for my WordPress blog for a couple of days, and this guide was the most useful.  The only issue I ran into was after everything was in place, I kept getting<br />
<em>Warning: Cannot modify header information – headers already sent by (ouput started at /home/xxxxxxx/something.php) in /home/xxxxxxx/something.php on line xxx errors</em><br />
After some digging, I found this was due to white space in some of the php files. <a href="http://www.proposedsolution.com/solutions/wordpress-warning-cannot-modify-header-information/" rel="nofollow"> </a><a href="http://www.proposedsolution.com/solutions/wordpress-warning-cannot-modify-header-information" rel="nofollow">http://www.proposedsolution.com/solutions/wordpress-warning-cannot-modify-header-information</a> walked me through fixing it.  I still don&#8217;t understand why a file I never touched worked on the web server but not on my local machine.<br />
 <br />
 <br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-4863</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 30 Jul 2009 23:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-4863</guid>
		<description>Thanks for the post. I&#039;ve been reading up on how to run my WordPress install locally for development purposes, this was by far the easiest to follow. Nice tip on the virtual host, very neat!</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I&#8217;ve been reading up on how to run my WordPress install locally for development purposes, this was by far the easiest to follow. Nice tip on the virtual host, very neat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Synesthesia &#187; Links roundup for 2009-03-07</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-841</link>
		<dc:creator>Synesthesia &#187; Links roundup for 2009-03-07</dc:creator>
		<pubDate>Sun, 08 Mar 2009 00:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-841</guid>
		<description>[...] Setup a development version of WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] Setup a development version of WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress plugins I&#8217;m using (cont&#8217;d) &#124; phoenix.heart - portfolio &#38; more</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-663</link>
		<dc:creator>WordPress plugins I&#8217;m using (cont&#8217;d) &#124; phoenix.heart - portfolio &#38; more</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-663</guid>
		<description>[...] Just like all other plugin developers, I have a development version of this blog, as described in one of my previous posts. That post mentioned that I used WP-DBManager to create a backup of my live database. Though in [...]</description>
		<content:encoded><![CDATA[<p>[...] Just like all other plugin developers, I have a development version of this blog, as described in one of my previous posts. That post mentioned that I used WP-DBManager to create a backup of my live database. Though in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yousuf</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-326</link>
		<dc:creator>yousuf</dc:creator>
		<pubDate>Wed, 14 Jan 2009 08:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-326</guid>
		<description>Artem, It does not matter. History shows that  Good artists copy, Great Artists steal</description>
		<content:encoded><![CDATA[<p>Artem, It does not matter. History shows that  Good artists copy, Great Artists steal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoenix.heart</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-325</link>
		<dc:creator>phoenix.heart</dc:creator>
		<pubDate>Wed, 14 Jan 2009 08:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-325</guid>
		<description>Hi Artem, for this I&#039;ve never read this article from Thaya :P 
There are hundreds of article about the same stuff, all of them copied Thaya&#039;s?</description>
		<content:encoded><![CDATA[<p>Hi Artem, for this I&#8217;ve never read this article from Thaya <img src='http://www.phoenixheart.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
There are hundreds of article about the same stuff, all of them copied Thaya&#8217;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-324</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Wed, 14 Jan 2009 08:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-324</guid>
		<description>Heh, yet another copy of Thaya&#039;s work: http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/. Well, not really a copy but the same idea, which either shows that great minds think alike or that you like to copy his ideas :-\</description>
		<content:encoded><![CDATA[<p>Heh, yet another copy of Thaya&#8217;s work: <a href="http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/" rel="nofollow">http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/</a>. Well, not really a copy but the same idea, which either shows that great minds think alike or that you like to copy his ideas :-\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoenix.heart</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-315</link>
		<dc:creator>phoenix.heart</dc:creator>
		<pubDate>Tue, 13 Jan 2009 03:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-315</guid>
		<description>Hi Jeremy,
It doesn&#039;t matter if it&#039;s your MySQL dump file that weights 3.9MB. Just import it using phpMyAdmin, as I believe it can handle a much bigger file ;)</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,<br />
It doesn&#8217;t matter if it&#8217;s your MySQL dump file that weights 3.9MB. Just import it using phpMyAdmin, as I believe it can handle a much bigger file <img src='http://www.phoenixheart.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.phoenixheart.net/2009/01/setup-a-development-version-of-wordpress/comment-page-1/#comment-314</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 13 Jan 2009 03:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=190#comment-314</guid>
		<description>Sorry I was talking about my SQL dump file.</description>
		<content:encoded><![CDATA[<p>Sorry I was talking about my SQL dump file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 1/14 queries in 0.008 seconds using disk
Object Caching 369/373 objects using disk

Served from: www.phoenixheart.net @ 2012-02-04 03:33:18 -->
