<?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>CHECKMATE &#187; rewrite</title>
	<atom:link href="http://www.anmsaiful.net/blog/tag/rewrite/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anmsaiful.net/blog</link>
	<description>PLAY with PROBLEMS</description>
	<lastBuildDate>Fri, 24 Apr 2009 10:59:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CodeIgniter _remap method – Power and Benefits</title>
		<link>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html</link>
		<comments>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 06:26:56 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[benefit]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[remap]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[route]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=187</guid>
		<description><![CDATA[
If you are using Codeigniter (CI) then you will happy to know that, CI has a built in method named _remap which allows you to overwrite the behavior of calling your controller methods over URI. Usually the second segment of the URI determines which function in the controller gets called.

      [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to remove index.php from Codeigniter URL</title>
		<link>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html</link>
		<comments>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:51:03 +0000</pubDate>
		<dc:creator>$@!ful</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[remove index.php]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.anmsaiful.net/blog/?p=150</guid>
		<description><![CDATA[
If you are using Codeigniter you are noticed that by default index.php will be included with your URL.
But you can easily remove index.php from your CodeIgniter’s URL so that your URL should be like:http://anmsaiful.net/blog/contact











To do this just follows the following steps:

Open config.php from system/application/config directory and replace$config['index_page'] = &#8220;index.php&#8221; by $config['index_page'] = &#8220;&#8221;
Create a &#8220;.htaccess&#8221; [...]]]></description>
		<wfw:commentRss>http://www.anmsaiful.net/blog/php/remove-codeigniter-index-php.html/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>
