<?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: Remove index.php from your Codeigniter application URL</title>
	<atom:link href="http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/</link>
	<description>A collection of PC tips and tricks</description>
	<lastBuildDate>Wed, 08 Sep 2010 13:29:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: prabeen giri</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-7096</link>
		<dc:creator>prabeen giri</dc:creator>
		<pubDate>Mon, 05 Jul 2010 07:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-7096</guid>
		<description>Thanks man it helped</description>
		<content:encoded><![CDATA[<p>Thanks man it helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pctips</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-7007</link>
		<dc:creator>pctips</dc:creator>
		<pubDate>Wed, 30 Jun 2010 01:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-7007</guid>
		<description>Should be 
RewriteBase /</description>
		<content:encoded><![CDATA[<p>Should be<br />
RewriteBase /</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monish</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-6780</link>
		<dc:creator>monish</dc:creator>
		<pubDate>Mon, 21 Jun 2010 11:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-6780</guid>
		<description>I have moved my site on remote &amp; I have installed Code Igniter in root directory.what i should write in .htaccess
RewriteBase /  OR
RewriteBase http://www.mysite.com</description>
		<content:encoded><![CDATA[<p>I have moved my site on remote &amp; I have installed Code Igniter in root directory.what i should write in .htaccess<br />
RewriteBase /  OR<br />
RewriteBase <a href="http://www.mysite.com" >http://www.mysite.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pctips</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-6587</link>
		<dc:creator>pctips</dc:creator>
		<pubDate>Thu, 17 Jun 2010 22:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-6587</guid>
		<description>first of all you should have
RewriteBase /Test</description>
		<content:encoded><![CDATA[<p>first of all you should have<br />
RewriteBase /Test</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif Raza</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-6413</link>
		<dc:creator>Arif Raza</dc:creator>
		<pubDate>Mon, 07 Jun 2010 11:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-6413</guid>
		<description>.htaccess file
 
RewriteEngine On 
RewriteBase / 
RewriteCond %{REQUEST_URI} ^system.* 
RewriteRule ^(.*)$ /index.php?/$1 [L]  
 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ /index.php?/$1 [L] 
 
 
ErrorDocument 404 /index.php 
 
I place It In Test/
And Test Contain Test/System and index.php
It gives Server Internal Error</description>
		<content:encoded><![CDATA[<p>.htaccess file</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_URI} ^system.*<br />
RewriteRule ^(.*)$ /index.php?/$1 [L]  </p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ /index.php?/$1 [L] </p>
<p>ErrorDocument 404 /index.php </p>
<p>I place It In Test/<br />
And Test Contain Test/System and index.php<br />
It gives Server Internal Error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif Raza</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-6356</link>
		<dc:creator>Arif Raza</dc:creator>
		<pubDate>Fri, 04 Jun 2010 13:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-6356</guid>
		<description>This is not working. I do every thing u mention but it still create problem.</description>
		<content:encoded><![CDATA[<p>This is not working. I do every thing u mention but it still create problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pctips</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-5557</link>
		<dc:creator>pctips</dc:creator>
		<pubDate>Fri, 09 Apr 2010 21:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-5557</guid>
		<description>Can you tell me what&#039;s in error_log? You may not have mod_rewrite loaded</description>
		<content:encoded><![CDATA[<p>Can you tell me what&#8217;s in error_log? You may not have mod_rewrite loaded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theoadu</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-5528</link>
		<dc:creator>Theoadu</dc:creator>
		<pubDate>Thu, 08 Apr 2010 01:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-5528</guid>
		<description>I tried the example in the tutorial i did exactly as is there but i was given the following errors

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.com 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.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.</description>
		<content:encoded><![CDATA[<p>I tried the example in the tutorial i did exactly as is there but i was given the following errors</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, <a href="mailto:admin@localhost.com">admin@localhost.com</a> 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>
<p>Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pctips</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-4948</link>
		<dc:creator>pctips</dc:creator>
		<pubDate>Thu, 11 Mar 2010 01:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-4948</guid>
		<description>Sorry but I never used it.</description>
		<content:encoded><![CDATA[<p>Sorry but I never used it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdee</title>
		<link>http://pc-tips.net/2008/10/21/remove-indexphp-from-your-codeigniter-application-url/comment-page-1/#comment-4724</link>
		<dc:creator>abdee</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://pc-tips.net/?p=205#comment-4724</guid>
		<description>i&#039;m using zend server CE.
it&#039;s not working!
what i shoud do to be working?

please help!</description>
		<content:encoded><![CDATA[<p>i&#8217;m using zend server CE.<br />
it&#8217;s not working!<br />
what i shoud do to be working?</p>
<p>please help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
