<?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: Codeigniter &#8211; Clean URLs &#8211; Apache mod rewrite : Removing /index.php/ from URL in CodeIgniter Application</title>
	<atom:link href="http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html</link>
	<description>Portfolio &#38; Blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: desta</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1448</link>
		<dc:creator>desta</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1448</guid>
		<description>hai, greate tutorials, but, what while the system of CI in subfolder, i mean like this:
in /var/www/framework/system_of_ci

we access to:
http://localhost/framework/system_of_ci/index.php/welcome

when i use your trick its nothing... but i get .htaccess tricky...

with &quot;?&quot; you will clear index.php... 

type: http://localhost/framework/?welcome 

it&#039;s done n work, but why use &quot;?&quot; .. thx.</description>
		<content:encoded><![CDATA[<p>hai, greate tutorials, but, what while the system of CI in subfolder, i mean like this:<br />
in /var/www/framework/system_of_ci</p>
<p>we access to:<br />
<a href="http://localhost/framework/system_of_ci/index.php/welcome" rel="nofollow">http://localhost/framework/system_of_ci/index.php/welcome</a></p>
<p>when i use your trick its nothing&#8230; but i get .htaccess tricky&#8230;</p>
<p>with &#8220;?&#8221; you will clear index.php&#8230; </p>
<p>type: <a href="http://localhost/framework/?welcome" rel="nofollow">http://localhost/framework/?welcome</a> </p>
<p>it&#8217;s done n work, but why use &#8220;?&#8221; .. thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1339</link>
		<dc:creator>Fahd</dc:creator>
		<pubDate>Tue, 17 May 2011 16:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1339</guid>
		<description>is it, really?</description>
		<content:encoded><![CDATA[<p>is it, really?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1338</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Tue, 17 May 2011 16:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1338</guid>
		<description>why does this have to be so difficult!</description>
		<content:encoded><![CDATA[<p>why does this have to be so difficult!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1304</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Tue, 11 Jan 2011 15:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1304</guid>
		<description>Thanks Fahd. You did a great job brother!</description>
		<content:encoded><![CDATA[<p>Thanks Fahd. You did a great job brother!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1303</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Tue, 11 Jan 2011 15:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1303</guid>
		<description>@Mossberg. I also had the same problem but was able to resolve id. Instead of the content of Fahd in the htaccess file, I used the content of CI. Its here

RewriteEngine on
RewriteCond $1 !^(index\.php&#124;images&#124;css&#124;robots\.txt)
RewriteRule ^(.*)$ /choice/index.php/$1 [L]


 and It worked!</description>
		<content:encoded><![CDATA[<p>@Mossberg. I also had the same problem but was able to resolve id. Instead of the content of Fahd in the htaccess file, I used the content of CI. Its here</p>
<p>RewriteEngine on<br />
RewriteCond $1 !^(index\.php|images|css|robots\.txt)<br />
RewriteRule ^(.*)$ /choice/index.php/$1 [L]</p>
<p> and It worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1276</link>
		<dc:creator>Fahd</dc:creator>
		<pubDate>Sat, 02 Oct 2010 19:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1276</guid>
		<description>@mossberg: Well you can simply define the default controller. Or you can redirect to proper url.  See the bottom of this page. http://codeigniter.com/user_guide/helpers/url_helper.html</description>
		<content:encoded><![CDATA[<p>@mossberg: Well you can simply define the default controller. Or you can redirect to proper url.  See the bottom of this page. <a href="http://codeigniter.com/user_guide/helpers/url_helper.html" rel="nofollow">http://codeigniter.com/user_guide/helpers/url_helper.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mossberg</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1274</link>
		<dc:creator>mossberg</dc:creator>
		<pubDate>Thu, 30 Sep 2010 19:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1274</guid>
		<description>I have a from on my home page. When I hit submit on the form, I&#039;m sent to an url without &quot;index.php&quot; but then CI can&#039;t find the controller files to load and I end up with a 404 error.</description>
		<content:encoded><![CDATA[<p>I have a from on my home page. When I hit submit on the form, I&#8217;m sent to an url without &#8220;index.php&#8221; but then CI can&#8217;t find the controller files to load and I end up with a 404 error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1230</link>
		<dc:creator>Fahd</dc:creator>
		<pubDate>Sun, 22 Aug 2010 07:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1230</guid>
		<description>@Richard: Are you using CodeIgniter?</description>
		<content:encoded><![CDATA[<p>@Richard: Are you using CodeIgniter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fahd</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1229</link>
		<dc:creator>Fahd</dc:creator>
		<pubDate>Sun, 22 Aug 2010 07:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1229</guid>
		<description>@jobe: Its fixed now :) thanks for the kind comments ;)</description>
		<content:encoded><![CDATA[<p>@jobe: Its fixed now <img src='http://www.fahdmurtaza.com/myblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks for the kind comments <img src='http://www.fahdmurtaza.com/myblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.fahdmurtaza.com/myblog/2008/08/22/codeigniter-clean-urls-apache-mod-rewrite-removing-indexphp-from-url-in-codeigniter-application.html/comment-page-1#comment-1228</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 20 Aug 2010 00:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=417#comment-1228</guid>
		<description>I have something like this and i want to change using htaccess.
http://localhost/project/yoozbox-ci/niche_page/display/5
I want to change into 
http://localhost/project/yoozbox-ci/title of the niche here/id</description>
		<content:encoded><![CDATA[<p>I have something like this and i want to change using htaccess.<br />
<a href="http://localhost/project/yoozbox-ci/niche_page/display/5" rel="nofollow">http://localhost/project/yoozbox-ci/niche_page/display/5</a><br />
I want to change into<br />
<a href="http://localhost/project/yoozbox-ci/title" rel="nofollow">http://localhost/project/yoozbox-ci/title</a> of the niche here/id</p>
]]></content:encoded>
	</item>
</channel>
</rss>

