<?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 htaccess problems</title>
	<atom:link href="http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/</link>
	<description>Your Guide to All CodeIgniter &#38; jQuery Resources</description>
	<lastBuildDate>Tue, 23 Mar 2010 12:31:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sanil shakya</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/comment-page-1/#comment-24</link>
		<dc:creator>sanil shakya</dc:creator>
		<pubDate>Tue, 23 Mar 2010 12:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=23#comment-24</guid>
		<description>i still have index.php appearing in the url.</description>
		<content:encoded><![CDATA[<p>i still have index.php appearing in the url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dima</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/comment-page-1/#comment-23</link>
		<dc:creator>dima</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=23#comment-23</guid>
		<description>thanks, useful</description>
		<content:encoded><![CDATA[<p>thanks, useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: URLs no CodeIgniter &#124; CodeIgniter Brasil</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/comment-page-1/#comment-15</link>
		<dc:creator>URLs no CodeIgniter &#124; CodeIgniter Brasil</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=23#comment-15</guid>
		<description>[...] Em função de configurações de servidor, algumas vezes o .htaccess mostrado pode não funcionar. Caso isso aconteça com você, dê uma olhada nesse artigo sobre problemas de htaccess no CodeIgniter. [...]</description>
		<content:encoded><![CDATA[<p>[...] Em função de configurações de servidor, algumas vezes o .htaccess mostrado pode não funcionar. Caso isso aconteça com você, dê uma olhada nesse artigo sobre problemas de htaccess no CodeIgniter. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/comment-page-1/#comment-12</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=23#comment-12</guid>
		<description>I haven&#039;t any personal problems with setting htaccess on my site (I feel like I&#039;m in the minority of people who actually took time to, you know, learn about my web server) or with using $_GET when it made sense to. But the limitations of PATH_INFO and REQUEST_URI exist regardless.

In user interface design we stress having good defaults to lessen the chance of user error. API design is no different.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t any personal problems with setting htaccess on my site (I feel like I&#8217;m in the minority of people who actually took time to, you know, learn about my web server) or with using $_GET when it made sense to. But the limitations of PATH_INFO and REQUEST_URI exist regardless.</p>
<p>In user interface design we stress having good defaults to lessen the chance of user error. API design is no different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ci_jquery</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/comment-page-1/#comment-6</link>
		<dc:creator>ci_jquery</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=23#comment-6</guid>
		<description>@Colin I agree that flexibility is always preferred, but that&#039;s one of the great things about the CI framework. I personally prefer the absence of query strings (makes for cleaner urls), but thought I&#039;d point you in the right direction.  This thread in the CI Forums should get you on the right path: http://codeigniter.com/forums/viewthread/47107/

If you can ignore the back and forth bickering, it should get you what you need.</description>
		<content:encoded><![CDATA[<p>@Colin I agree that flexibility is always preferred, but that&#8217;s one of the great things about the CI framework. I personally prefer the absence of query strings (makes for cleaner urls), but thought I&#8217;d point you in the right direction.  This thread in the CI Forums should get you on the right path: <a href="http://codeigniter.com/forums/viewthread/47107/" rel="nofollow">http://codeigniter.com/forums/viewthread/47107/</a></p>
<p>If you can ignore the back and forth bickering, it should get you what you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/comment-page-1/#comment-3</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 18 Jan 2010 07:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=23#comment-3</guid>
		<description>Some people (like me) have had to add QSA to the last line.


RewriteRule ^(.*)$ index.php/$1 [QSA,L]</description>
		<content:encoded><![CDATA[<p>Some people (like me) have had to add QSA to the last line.</p>
<p>RewriteRule ^(.*)$ index.php/$1 [QSA,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.codeigniter-jquery.com/codeigniter/codeigniter-htaccess/comment-page-1/#comment-2</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Mon, 18 Jan 2010 04:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeigniter-jquery.com/?p=23#comment-2</guid>
		<description>I actually think the way CodeIgniter relies on PATH_INFO and REQUEST_URI for clean URIs is one of its weaknesses. PATH_INFO is stripped of important characters (no spaces) by the server, and REQUEST_URI (and how CI parses it) rules out the chance to use query string values when necessary. I wish it defaulted to a single query string trigger, like ?q=controller/function/param1/param2.</description>
		<content:encoded><![CDATA[<p>I actually think the way CodeIgniter relies on PATH_INFO and REQUEST_URI for clean URIs is one of its weaknesses. PATH_INFO is stripped of important characters (no spaces) by the server, and REQUEST_URI (and how CI parses it) rules out the chance to use query string values when necessary. I wish it defaulted to a single query string trigger, like ?q=controller/function/param1/param2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

