<?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>Wylie &#187; Evergreen</title>
	<atom:link href="http://www.wyliethomas.com/blog/category/evergreen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wyliethomas.com/blog</link>
	<description>web consultant.developer.angler</description>
	<lastBuildDate>Wed, 07 Dec 2011 18:14:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Evergreen</title>
		<link>http://www.wyliethomas.com/blog/2008/01/05/monsterphrame/</link>
		<comments>http://www.wyliethomas.com/blog/2008/01/05/monsterphrame/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 09:27:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Evergreen]]></category>

		<guid isPermaLink="false">http://www.wyliethomas.com/2008/01/05/monsterphrame/</guid>
		<description><![CDATA[This is the year of Natural Code. Evergreen is getting released this year as a PHP5 MVC framework. As of this post it is in a limited beta release.  If youre lucky enough to have a copy of it these instructions should help in getting it installed.
You need to edit 2 files.
.htaccess and config/config.ini
Change [...]]]></description>
			<content:encoded><![CDATA[<p>This is the year of Natural Code. Evergreen is getting released this year as a PHP5 MVC framework. As of this post it is in a limited beta release.  If youre lucky enough to have a copy of it these instructions should help in getting it installed.</p>
<p>You need to edit 2 files.</p>
<p>.htaccess and config/config.ini</p>
<p>Change the path and the BASE_URL path in those files to be relative to the location of the root of the site. Here is a bad example:<br />
if you put MonsterPhrame in the root of yourdomain.com the htaccess path would look like</p>
<pre class="code">ErrorDocument 404 /index.php</pre>
<p>If you have Evergreen in a sub directory it would look like</p>
<pre class="code">ErrorDocument 404 /mysubdir/index.php</pre>
<p>Then in your config/config.ini file you would do the following</p>
<pre class="code">base_uri = “/”</pre>
<p>or if Evergreen is in a sub directory</p>
<pre class="code">base_uri = “/mysubdir”</pre>
<p>You should see the default pages when you go to that address. Now you are ready to start building.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyliethomas.com/blog/2008/01/05/monsterphrame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

