<?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: Installing and Configuring WampServer2</title>
	<atom:link href="http://andij.com/2008/05/15/installing-and-configuring-wampserver2/feed" rel="self" type="application/rss+xml" />
	<link>http://andij.com/2008/05/15/installing-and-configuring-wampserver2</link>
	<description>website design and delivery</description>
	<lastBuildDate>Fri, 30 Jul 2010 21:06:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Setup local installation of Magento 1.0.19870 WampServer &#124; andij.com</title>
		<link>http://andij.com/2008/05/15/installing-and-configuring-wampserver2/comment-page-1#comment-84</link>
		<dc:creator>Setup local installation of Magento 1.0.19870 WampServer &#124; andij.com</dc:creator>
		<pubDate>Tue, 06 Jul 2010 09:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://andijones.com/blog/?p=6#comment-84</guid>
		<description>[...] Prerequisites:- WampServer2 installation http://andij.com/2008/05/15/installing-and-configuring-wampserver2/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Prerequisites:- WampServer2 installation <a href="http://andij.com/2008/05/15/installing-and-configuring-wampserver2/" rel="nofollow">http://andij.com/2008/05/15/installing-and-configuring-wampserver2/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andij</title>
		<link>http://andij.com/2008/05/15/installing-and-configuring-wampserver2/comment-page-1#comment-24</link>
		<dc:creator>andij</dc:creator>
		<pubDate>Mon, 07 Dec 2009 12:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://andijones.com/blog/?p=6#comment-24</guid>
		<description>@Harry

Can you check something for me?

Open C:\wamp\bin\apache\ApacheX.X.XX\conf\httpd.conf

Find &quot;httpd-vhosts&quot; (located very near the bottom of this file)

Make sure that it&#039;s not commented out - i.e. remove the &quot;#&quot; from the beginning of the line so it looks like:-

&lt;blockquote&gt;# Virtual hosts
Include conf/extra/httpd-vhosts.conf&lt;/blockquote&gt;

Restart WampServer and try visiting http://www.project.dev/ again.</description>
		<content:encoded><![CDATA[<p>@Harry</p>
<p>Can you check something for me?</p>
<p>Open C:\wamp\bin\apache\ApacheX.X.XX\conf\httpd.conf</p>
<p>Find &#8220;httpd-vhosts&#8221; (located very near the bottom of this file)</p>
<p>Make sure that it&#8217;s not commented out &#8211; i.e. remove the &#8220;#&#8221; from the beginning of the line so it looks like:-</p>
<blockquote><p># Virtual hosts<br />
Include conf/extra/httpd-vhosts.conf</p></blockquote>
<p>Restart WampServer and try visiting <a href="http://www.project.dev/" rel="nofollow">http://www.project.dev/</a> again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://andij.com/2008/05/15/installing-and-configuring-wampserver2/comment-page-1#comment-23</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://andijones.com/blog/?p=6#comment-23</guid>
		<description>I followed your directions but have gotten the same issue. I get the config screen for www.project.dev and a page not found for any file in the htdocs folder.</description>
		<content:encoded><![CDATA[<p>I followed your directions but have gotten the same issue. I get the config screen for <a href="http://www.project.dev" rel="nofollow">http://www.project.dev</a> and a page not found for any file in the htdocs folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andij</title>
		<link>http://andij.com/2008/05/15/installing-and-configuring-wampserver2/comment-page-1#comment-3</link>
		<dc:creator>andij</dc:creator>
		<pubDate>Thu, 25 Jun 2009 11:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://andijones.com/blog/?p=6#comment-3</guid>
		<description>@Conie

It sounds like you&#039;ve not setup your VirtualHost configuration quite right, does the path for DocumentRoot &quot;D:\websites\project\htdocs&quot; exist?

Ensure that you restart WampServer after every configuration change you make within the httpd-vhost.conf file.</description>
		<content:encoded><![CDATA[<p>@Conie</p>
<p>It sounds like you&#8217;ve not setup your VirtualHost configuration quite right, does the path for DocumentRoot &#8220;D:\websites\project\htdocs&#8221; exist?</p>
<p>Ensure that you restart WampServer after every configuration change you make within the httpd-vhost.conf file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conie</title>
		<link>http://andij.com/2008/05/15/installing-and-configuring-wampserver2/comment-page-1#comment-2</link>
		<dc:creator>conie</dc:creator>
		<pubDate>Wed, 17 Jun 2009 08:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://andijones.com/blog/?p=6#comment-2</guid>
		<description>Hi,

I try exactly as above, but when i visiting http://www.project.dev/, it apear the wampserver configuration page.

and when i visiting http://www.project.dev/magento/, it apear page not found error.

Any step that i may do wrong?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I try exactly as above, but when i visiting <a href="http://www.project.dev/" rel="nofollow">http://www.project.dev/</a>, it apear the wampserver configuration page.</p>
<p>and when i visiting <a href="http://www.project.dev/magento/" rel="nofollow">http://www.project.dev/magento/</a>, it apear page not found error.</p>
<p>Any step that i may do wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
