<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Waterfall Web &#187; webserver</title>
	<atom:link href="http://www.waterfallweb.net/archives/tag/webserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waterfallweb.net</link>
	<description>website design, development, marketing and management (and the odd gadget)</description>
	<lastBuildDate>Tue, 23 Feb 2010 10:42:05 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EasyPHP 3 and mod_rewrite gotchas</title>
		<link>http://www.waterfallweb.net/archives/2009/01/easyphp-3-and-mod_rewrite-gotchas/</link>
		<comments>http://www.waterfallweb.net/archives/2009/01/easyphp-3-and-mod_rewrite-gotchas/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:43:08 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.waterfallweb.net/?p=208</guid>
		<description><![CDATA[Just got a new server in the office so updated to the latest EasyPHP &#8211; version 3. However, all was not smooth:

At first I kept getting a &#8220;permission denied&#8221; error &#8211; you&#8217;ll need to search the httpd.conf file for the &#60;Directory /&#62; container and get rid of Deny from all. (Or at least comment it [...]]]></description>
			<content:encoded><![CDATA[<p>Just got a new server in the office so updated to the latest <a href="http://www.easyphp.org">EasyPHP</a> &#8211; version 3. However, all was not smooth:</p>
<ol>
<li>At first I kept getting a &#8220;permission denied&#8221; error &#8211; you&#8217;ll need to search the <em>httpd.conf</em> file for the &lt;Directory /&gt; container and get rid of <code>Deny from all</code>. (Or at least comment it out, anyway.)</li>
<li>The mod-rewrite wouldn&#8217;t work. Two steps to fix this:
<ol>
<li>Search <em>httpd.conf</em> for <em>mod_rewrite</em> and uncomment the <code>LoadModule</code> line.</li>
<li>Search for <em>AllowOverride</em>. There should be two instances where you need to change <code>None</code> to <code>All</code>. (<a href="http://drupal.org/node/187003">Source</a>)</li>
</ol>
</li>
</ol>
<p>Now I can get back to work!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waterfallweb.net/archives/2009/01/easyphp-3-and-mod_rewrite-gotchas/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
