<?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: Code Igniter Installation and First Run</title>
	<atom:link href="http://www.icpep.org/code-igniter-installation-and-first-run/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icpep.org/code-igniter-installation-and-first-run/</link>
	<description>Just another techie stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: paparts</title>
		<link>http://www.icpep.org/code-igniter-installation-and-first-run/comment-page-1/#comment-6041</link>
		<dc:creator>paparts</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.icpep.org/?p=222#comment-6041</guid>
		<description>One idea I have in mind is that maybe you have some camel case on your code.  Camel case works on windows server but in linux it doesn&#039;t.  In most of the applications I develop, I only have this for my HTACCESS file:

DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php&#124;images&#124;css&#124;js&#124;robots\.txt&#124;favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

And also there new modifications in the new version of CI, you should refer to the documentation.  I hope this helps.</description>
		<content:encoded><![CDATA[<p>One idea I have in mind is that maybe you have some camel case on your code.  Camel case works on windows server but in linux it doesn&#8217;t.  In most of the applications I develop, I only have this for my HTACCESS file:</p>
<p>DirectoryIndex index.php<br />
RewriteEngine on<br />
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]</p>
<p>And also there new modifications in the new version of CI, you should refer to the documentation.  I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravinesh</title>
		<link>http://www.icpep.org/code-igniter-installation-and-first-run/comment-page-1/#comment-6040</link>
		<dc:creator>ravinesh</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.icpep.org/?p=222#comment-6040</guid>
		<description>I am facing same problem with the project developed in CI. This runs well in windows but when i shift it in linux it does not work, precisely the links does not work. Home page is coming but when i click other link it shows 404 error.I think this should be .htaccess issue. Do you have any idea about linux .htaccess file means how to modify their .htaccess for linux server</description>
		<content:encoded><![CDATA[<p>I am facing same problem with the project developed in CI. This runs well in windows but when i shift it in linux it does not work, precisely the links does not work. Home page is coming but when i click other link it shows 404 error.I think this should be .htaccess issue. Do you have any idea about linux .htaccess file means how to modify their .htaccess for linux server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paparts</title>
		<link>http://www.icpep.org/code-igniter-installation-and-first-run/comment-page-1/#comment-5595</link>
		<dc:creator>paparts</dc:creator>
		<pubDate>Sun, 13 Mar 2011 13:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.icpep.org/?p=222#comment-5595</guid>
		<description>Usually a server error is caused by a miss configuration of the web server.  Check you apache configuration or .htaccess file which is usually hidden.</description>
		<content:encoded><![CDATA[<p>Usually a server error is caused by a miss configuration of the web server.  Check you apache configuration or .htaccess file which is usually hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.icpep.org/code-igniter-installation-and-first-run/comment-page-1/#comment-5592</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Fri, 11 Mar 2011 06:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.icpep.org/?p=222#comment-5592</guid>
		<description>I have followed the steps clearly. But I got server error message</description>
		<content:encoded><![CDATA[<p>I have followed the steps clearly. But I got server error message</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.icpep.org/code-igniter-installation-and-first-run/comment-page-1/#comment-4306</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 12:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.icpep.org/?p=222#comment-4306</guid>
		<description>It should work well in linux.  I&#039;m using linux for a while now and its working well.  Did you follow the steps?
I suggest you do it again and if its still does not work throw me a mail.</description>
		<content:encoded><![CDATA[<p>It should work well in linux.  I&#8217;m using linux for a while now and its working well.  Did you follow the steps?<br />
I suggest you do it again and if its still does not work throw me a mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mamunur Rahman Khan</title>
		<link>http://www.icpep.org/code-igniter-installation-and-first-run/comment-page-1/#comment-4305</link>
		<dc:creator>Mamunur Rahman Khan</dc:creator>
		<pubDate>Thu, 30 Jul 2009 10:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.icpep.org/?p=222#comment-4305</guid>
		<description>Thanks for the post. I am facing problem with the project developed in CI.  This runs well in windows but when i shift it in linux it does not work, precisely the links does not work. Home page is coming but when i click other link it shows 404 error. any idea how to fix it?</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I am facing problem with the project developed in CI.  This runs well in windows but when i shift it in linux it does not work, precisely the links does not work. Home page is coming but when i click other link it shows 404 error. any idea how to fix it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

