<?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: How to setup CodeIgniter</title>
	<atom:link href="http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/</link>
	<description>Web Design, Programming, Tutorials</description>
	<lastBuildDate>Wed, 21 Jul 2010 19:57:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-1915</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Wed, 21 Apr 2010 19:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-1915</guid>
		<description>@vivek
I would need more information to be of any help. The Internal Server Error could be caused by a problem with the WAMP server, the URL rewriting, or a configuration issue in CodeIgniter.

I would suggest that you make sure each is working (WAMP, URL Rewriting, then CI) before moving to the next.</description>
		<content:encoded><![CDATA[<p>@vivek<br />
I would need more information to be of any help. The Internal Server Error could be caused by a problem with the WAMP server, the URL rewriting, or a configuration issue in CodeIgniter.</p>
<p>I would suggest that you make sure each is working (WAMP, URL Rewriting, then CI) before moving to the next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-1902</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-1902</guid>
		<description>hi to all,
             I am using the php from last 1 year...this is my first framework i am using i downloaded CodeIgniter and made the configaration as listed above..i am also using wamp server..
I am getting this error..please any one help me in this...

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.</description>
		<content:encoded><![CDATA[<p>hi to all,<br />
             I am using the php from last 1 year&#8230;this is my first framework i am using i downloaded CodeIgniter and made the configaration as listed above..i am also using wamp server..<br />
I am getting this error..please any one help me in this&#8230;</p>
<p>Internal Server Error</p>
<p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p>
<p>Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p>
<p>More information about this error may be available in the server error log.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-1525</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Sun, 07 Feb 2010 06:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-1525</guid>
		<description>Thank you very much chris for this information. Will find it very useful</description>
		<content:encoded><![CDATA[<p>Thank you very much chris for this information. Will find it very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-1469</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 18 Jan 2010 07:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-1469</guid>
		<description>Chris,

I really dig your quickstart guide. I&#039;ve been scouring the &#039;net looking for something that just has a step-by-step solution and yours is the first I came across.

Consider it bookmarked and shared. ;)</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>I really dig your quickstart guide. I&#8217;ve been scouring the &#8216;net looking for something that just has a step-by-step solution and yours is the first I came across.</p>
<p>Consider it bookmarked and shared. <img src='http://www.cmjackson.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-926</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Fri, 02 Oct 2009 19:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-926</guid>
		<description>If you follow through this tutorial, you should get CodeIgniter setup the way you want.  Do you by chance have your index file that calls the CodeIgniter application in a &quot;ci&quot; folder in the root of your website?  If so, you should have the index file at the root www level of your website.  Also, you may have something weird going on with your htaccess file.  You should also check out http://www.codeigniter.com/user_guide/ and look for routing.</description>
		<content:encoded><![CDATA[<p>If you follow through this tutorial, you should get CodeIgniter setup the way you want.  Do you by chance have your index file that calls the CodeIgniter application in a &#8220;ci&#8221; folder in the root of your website?  If so, you should have the index file at the root www level of your website.  Also, you may have something weird going on with your htaccess file.  You should also check out <a href="http://www.codeigniter.com/user_guide/" rel="nofollow">http://www.codeigniter.com/user_guide/</a> and look for routing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-844</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Thu, 24 Sep 2009 06:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-844</guid>
		<description>Very nice.

i am new to CI.

all the urls, form, css, js will display like

http://localhost/ci/person/add

i want it to appear like   /person/add  on form action

could you please help me how can i do it.

Thanks</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
<p>i am new to CI.</p>
<p>all the urls, form, css, js will display like</p>
<p><a href="http://localhost/ci/person/add" rel="nofollow">http://localhost/ci/person/add</a></p>
<p>i want it to appear like   /person/add  on form action</p>
<p>could you please help me how can i do it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Jackson</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-287</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Mon, 10 Aug 2009 01:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-287</guid>
		<description>Thank you. No, I am not a professional journalist.  I work as a full-time programmer, using various languages.</description>
		<content:encoded><![CDATA[<p>Thank you. No, I am not a professional journalist.  I work as a full-time programmer, using various languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ventego</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-284</link>
		<dc:creator>Ventego</dc:creator>
		<pubDate>Sun, 09 Aug 2009 21:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-284</guid>
		<description>Are you a professional journalist? You write very well.</description>
		<content:encoded><![CDATA[<p>Are you a professional journalist? You write very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsento</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-260</link>
		<dc:creator>Arsento</dc:creator>
		<pubDate>Sat, 08 Aug 2009 03:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-260</guid>
		<description>In truth, immediately i didn&#039;t understand the essence. But after re-reading all at once became clear.</description>
		<content:encoded><![CDATA[<p>In truth, immediately i didn&#8217;t understand the essence. But after re-reading all at once became clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kouba</title>
		<link>http://www.cmjackson.net/2009/06/30/how-to-setup-codeigniter/comment-page-1/#comment-234</link>
		<dc:creator>Kouba</dc:creator>
		<pubDate>Thu, 06 Aug 2009 09:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cmjackson.net/?p=243#comment-234</guid>
		<description>Hmm... I read blogs on a similar topic, but i never visited your blog. I added it to favorites and i&#039;ll be your constant reader.</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; I read blogs on a similar topic, but i never visited your blog. I added it to favorites and i&#8217;ll be your constant reader.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
