<?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 Local VirtualHosts with Apache (Including XAMPP or WAMP)</title>
	<atom:link href="http://www.greymass.com/setting-up-local-virtualhosts-with-apache-including-xampp-or-wamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greymass.com/setting-up-local-virtualhosts-with-apache-including-xampp-or-wamp/</link>
	<description>Web Development, Design, PHP and random musings</description>
	<lastBuildDate>Fri, 23 Oct 2009 16:00:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Aubrey Taylor</title>
		<link>http://www.greymass.com/setting-up-local-virtualhosts-with-apache-including-xampp-or-wamp/comment-page-1/#comment-102</link>
		<dc:creator>Aubrey Taylor</dc:creator>
		<pubDate>Thu, 22 Oct 2009 22:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.greymass.com/?p=135#comment-102</guid>
		<description>Hmm... the comment erased my brackets.

the four lines above are contained within a &quot;Directory&quot; start and end tag.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; the comment erased my brackets.</p>
<p>the four lines above are contained within a &#8220;Directory&#8221; start and end tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aubrey Taylor</title>
		<link>http://www.greymass.com/setting-up-local-virtualhosts-with-apache-including-xampp-or-wamp/comment-page-1/#comment-101</link>
		<dc:creator>Aubrey Taylor</dc:creator>
		<pubDate>Thu, 22 Oct 2009 21:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.greymass.com/?p=135#comment-101</guid>
		<description>I am a server side-noob but I was attempting to set up XAMPP on my machine but really didn&#039;t want to use the default directory.

I had some headaches when setting this up. I could get it to go to the directory I wanted but it kept reporting a 403 (forbidden) when I would try to access it. 

I solved it by adding the following lines:


		Options Indexes FollowSymLinks
		AllowOverride All
		Order allow,deny
		Allow from all


I&#039;m a little foggy about whats going on there but I did notice in some of the other conf files it was used to set permissions. It seemed to solve my issue.

Hope this helps! :)</description>
		<content:encoded><![CDATA[<p>I am a server side-noob but I was attempting to set up XAMPP on my machine but really didn&#8217;t want to use the default directory.</p>
<p>I had some headaches when setting this up. I could get it to go to the directory I wanted but it kept reporting a 403 (forbidden) when I would try to access it. </p>
<p>I solved it by adding the following lines:</p>
<p>		Options Indexes FollowSymLinks<br />
		AllowOverride All<br />
		Order allow,deny<br />
		Allow from all</p>
<p>I&#8217;m a little foggy about whats going on there but I did notice in some of the other conf files it was used to set permissions. It seemed to solve my issue.</p>
<p>Hope this helps! <img src='http://www.greymass.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

