<?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: Making Codeigniter clean URLs cleaner</title>
	<atom:link href="http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/</link>
	<description>An interface to tech thoughts</description>
	<lastBuildDate>Sat, 17 Dec 2011 07:37:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fivefinger</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-72</link>
		<dc:creator>fivefinger</dc:creator>
		<pubDate>Tue, 17 May 2011 11:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-72</guid>
		<description>Is there any way to remove only index after controller name.

Now my url is: http://example.com/controller/index/params1/params2

But target is : http://example.com/controller/params1/params2

Please reply the solution</description>
		<content:encoded><![CDATA[<p>Is there any way to remove only index after controller name.</p>
<p>Now my url is: <a href="http://example.com/controller/index/params1/params2" rel="nofollow">http://example.com/controller/index/params1/params2</a></p>
<p>But target is : <a href="http://example.com/controller/params1/params2" rel="nofollow">http://example.com/controller/params1/params2</a></p>
<p>Please reply the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-67</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 Jan 2011 16:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-67</guid>
		<description>@Sean,

I didn&#039;t really get what you are referring to. You can check the usage of this code snippet on http://www.fourseasonsvineyards.com/

As you can see there are no &quot;../&quot; in the URLs anywhere. Do let me know if I am missing something.</description>
		<content:encoded><![CDATA[<p>@Sean,</p>
<p>I didn&#8217;t really get what you are referring to. You can check the usage of this code snippet on <a href="http://www.fourseasonsvineyards.com/" rel="nofollow">http://www.fourseasonsvineyards.com/</a></p>
<p>As you can see there are no &#8220;../&#8221; in the URLs anywhere. Do let me know if I am missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-66</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sun, 02 Jan 2011 21:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-66</guid>
		<description>One problem I notice about CI Urls is how they look inside of google on your website snippet. They all include a ../ inside the URL... have you noticed this and do you have any idea how to remove that ../ it wastes space and is distracting...

Thanks,

Sean</description>
		<content:encoded><![CDATA[<p>One problem I notice about CI Urls is how they look inside of google on your website snippet. They all include a ../ inside the URL&#8230; have you noticed this and do you have any idea how to remove that ../ it wastes space and is distracting&#8230;</p>
<p>Thanks,</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aizuddinmanap</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-65</link>
		<dc:creator>aizuddinmanap</dc:creator>
		<pubDate>Fri, 26 Nov 2010 00:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-65</guid>
		<description>@Haab : yes it possible.</description>
		<content:encoded><![CDATA[<p>@Haab : yes it possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haab</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-64</link>
		<dc:creator>Haab</dc:creator>
		<pubDate>Mon, 15 Nov 2010 20:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-64</guid>
		<description>Possible to create a Route which only display one slash in the site ?
example: http://example.com/my-articletitle

would be helpful if any of you can give me a little help . 

thanks</description>
		<content:encoded><![CDATA[<p>Possible to create a Route which only display one slash in the site ?<br />
example: <a href="http://example.com/my-articletitle" rel="nofollow">http://example.com/my-articletitle</a></p>
<p>would be helpful if any of you can give me a little help . </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-63</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 24 Aug 2010 07:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-63</guid>
		<description>How to remove the controller/method for cleaner URL in codeIgniter.

The original url is below
http://www.mydomain.com/controllers/method/variable
and I want my url look like this
http://www.mydomain.com/variable
or http://www.mydomain.com/friendly-url-description/5
5 -&gt; is key or id of the table, and the friendly-url-description is description of the value. please help guys.</description>
		<content:encoded><![CDATA[<p>How to remove the controller/method for cleaner URL in codeIgniter.</p>
<p>The original url is below<br />
<a href="http://www.mydomain.com/controllers/method/variable" rel="nofollow">http://www.mydomain.com/controllers/method/variable</a><br />
and I want my url look like this<br />
<a href="http://www.mydomain.com/variable" rel="nofollow">http://www.mydomain.com/variable</a><br />
or <a href="http://www.mydomain.com/friendly-url-description/5" rel="nofollow">http://www.mydomain.com/friendly-url-description/5</a><br />
5 -&gt; is key or id of the table, and the friendly-url-description is description of the value. please help guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-62</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 23 Aug 2010 07:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-62</guid>
		<description>I am using the codeigniter.

The look like this

$route[&#039;title/:any/:num&#039;] = &#039;page/title/$1/$2&#039;;

http://www.domain.com/title/How to 20 cook a rice/2
I want to convert this link into
http://www.domain.com/How to 20 cook a rice/2

please help me guys.</description>
		<content:encoded><![CDATA[<p>I am using the codeigniter.</p>
<p>The look like this</p>
<p>$route['title/:any/:num'] = &#8216;page/title/$1/$2&#8242;;</p>
<p><a href="http://www.domain.com/title/How" rel="nofollow">http://www.domain.com/title/How</a> to 20 cook a rice/2<br />
I want to convert this link into<br />
<a href="http://www.domain.com/How" rel="nofollow">http://www.domain.com/How</a> to 20 cook a rice/2</p>
<p>please help me guys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-61</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 23 Aug 2010 07:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-61</guid>
		<description>http://www.domain.com/title/How to 20 cook a rice/2

How to remove the &#039;title&#039; using .htaccess in the link above.

It should be link like this http://www.domain.com/How to 20 cook a rice/2</description>
		<content:encoded><![CDATA[<p><a href="http://www.domain.com/title/How" rel="nofollow">http://www.domain.com/title/How</a> to 20 cook a rice/2</p>
<p>How to remove the &#8216;title&#8217; using .htaccess in the link above.</p>
<p>It should be link like this <a href="http://www.domain.com/How" rel="nofollow">http://www.domain.com/How</a> to 20 cook a rice/2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rezronam</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-60</link>
		<dc:creator>rezronam</dc:creator>
		<pubDate>Fri, 16 Jul 2010 01:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-60</guid>
		<description>Hi, It&#039;s not working for me, I tried to put the .htaccess, index.php is still there. Sorry I&#039;m new to CI.</description>
		<content:encoded><![CDATA[<p>Hi, It&#8217;s not working for me, I tried to put the .htaccess, index.php is still there. Sorry I&#8217;m new to CI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukumar</title>
		<link>http://thinkapi.com/blog/making-codeigniter-clean-urls-cleaner/comment-page-1/#comment-48</link>
		<dc:creator>Sukumar</dc:creator>
		<pubDate>Tue, 25 May 2010 11:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://thinkapi.com/blog/?p=192#comment-48</guid>
		<description>@Henry,

Your code looks good, but my aim is to remove the controller and the method name from the URL.

Target URL style: http://example.com/category1/category2/page-name

Your method is useful to merge the forward slashes in the URL.
Useful code nevertheless, thanks!</description>
		<content:encoded><![CDATA[<p>@Henry,</p>
<p>Your code looks good, but my aim is to remove the controller and the method name from the URL.</p>
<p>Target URL style: <a href="http://example.com/category1/category2/page-name" rel="nofollow">http://example.com/category1/category2/page-name</a></p>
<p>Your method is useful to merge the forward slashes in the URL.<br />
Useful code nevertheless, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

