<?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: Install a WordPress Development and Staging Server with WAMP (part 2)</title>
	<atom:link href="http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/</link>
	<description>Personal commentary on technology with a sprinkling of tech-tips and how-to articles</description>
	<lastBuildDate>Mon, 12 Dec 2011 06:10:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mukesh Dak</title>
		<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/comment-page-1/#comment-5017</link>
		<dc:creator>Mukesh Dak</dc:creator>
		<pubDate>Wed, 11 Mar 2009 17:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/#comment-5017</guid>
		<description>I have got installed local copy of my wordpress blog in this fashion, thanks a lot for such informative and explanatory article</description>
		<content:encoded><![CDATA[<p>I have got installed local copy of my wordpress blog in this fashion, thanks a lot for such informative and explanatory article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bret.swedeen</title>
		<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/comment-page-1/#comment-876</link>
		<dc:creator>bret.swedeen</dc:creator>
		<pubDate>Mon, 11 Jun 2007 12:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/#comment-876</guid>
		<description>FYI Readers:  I just updated the formatting of the configuration example text.  I tested a copy-and-paste and the curled quote problem has been corrected.  You shouldn&#039;t experience any more problems if you copy-and-paste and then edit the various configuration text blocks in this article.</description>
		<content:encoded><![CDATA[<p>FYI Readers:  I just updated the formatting of the configuration example text.  I tested a copy-and-paste and the curled quote problem has been corrected.  You shouldn&#8217;t experience any more problems if you copy-and-paste and then edit the various configuration text blocks in this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bret.swedeen</title>
		<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/comment-page-1/#comment-875</link>
		<dc:creator>bret.swedeen</dc:creator>
		<pubDate>Mon, 11 Jun 2007 12:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/#comment-875</guid>
		<description>Good catch with the quote problem.

I don&#039;t know the ins and outs of standard and non-standard quote characters but I do know that some editors insert curled quotes (for lack of a better description) while others insert the standard vertical quotes.  The curled quotes can cause problem in various configuration files as the program needed to read the configuration file is expecting a vertical quote and gets a curled quote instead.  I believe in the case of your configuration file this was the case.

Solution, use a simple text editor (for Windows users try notepad), delete the curled quote and replace with a vertical quote. Save the file and try again.

Also, if you copy and paste from this article, make sure you look for those curled quotes.  I tried it myself and found that copy and paste to NotePad resulted in the insertion of the curled quotes.

I&#039;m going to try and reformat this post and see if that corrects the problem so readers can use copy-and-paste without a quote problem.

Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>Good catch with the quote problem.</p>
<p>I don&#8217;t know the ins and outs of standard and non-standard quote characters but I do know that some editors insert curled quotes (for lack of a better description) while others insert the standard vertical quotes.  The curled quotes can cause problem in various configuration files as the program needed to read the configuration file is expecting a vertical quote and gets a curled quote instead.  I believe in the case of your configuration file this was the case.</p>
<p>Solution, use a simple text editor (for Windows users try notepad), delete the curled quote and replace with a vertical quote. Save the file and try again.</p>
<p>Also, if you copy and paste from this article, make sure you look for those curled quotes.  I tried it myself and found that copy and paste to NotePad resulted in the insertion of the curled quotes.</p>
<p>I&#8217;m going to try and reformat this post and see if that corrects the problem so readers can use copy-and-paste without a quote problem.</p>
<p>Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/comment-page-1/#comment-874</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 11 Jun 2007 10:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/#comment-874</guid>
		<description>I did fail to mention one important item that may save others a lot of aggravation: DO NOT copy and paste your edit for the Apache httpd.conf file. Doing so will result in the Apache service failing to restart further down in your instructions. The problem appears to be with the quotation marks you&#039;re using.</description>
		<content:encoded><![CDATA[<p>I did fail to mention one important item that may save others a lot of aggravation: DO NOT copy and paste your edit for the Apache httpd.conf file. Doing so will result in the Apache service failing to restart further down in your instructions. The problem appears to be with the quotation marks you&#8217;re using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/comment-page-1/#comment-873</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 11 Jun 2007 03:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/#comment-873</guid>
		<description>Great tutorial! I got WampServer running thanks to your earlier post and now WordPress is in full swing too.</description>
		<content:encoded><![CDATA[<p>Great tutorial! I got WampServer running thanks to your earlier post and now WordPress is in full swing too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bret.swedeen</title>
		<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/comment-page-1/#comment-667</link>
		<dc:creator>bret.swedeen</dc:creator>
		<pubDate>Fri, 18 May 2007 10:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/#comment-667</guid>
		<description>Thanks for the positive feedback Papa Rage.  Glad you were persistent and kept checking back.  Also glad I didn&#039;t get side tracked yesterday and fail to finish as promised.</description>
		<content:encoded><![CDATA[<p>Thanks for the positive feedback Papa Rage.  Glad you were persistent and kept checking back.  Also glad I didn&#8217;t get side tracked yesterday and fail to finish as promised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Papa Rage</title>
		<link>http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/comment-page-1/#comment-658</link>
		<dc:creator>Papa Rage</dc:creator>
		<pubDate>Fri, 18 May 2007 02:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techtraction.com/2007/05/17/install-a-wordpress-development-and-staging-server-with-wamp-part-2/#comment-658</guid>
		<description>Great post! You hooked me with part one and I checked back several times today to see part 2. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Great post! You hooked me with part one and I checked back several times today to see part 2. Keep up the good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.193 seconds -->

