<?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 NGINX Rewrite Rules	</title>
	<atom:link href="https://www.farinspace.com/codeigniter-nginx-rewrite-rules/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 30 Sep 2015 19:18:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: eric		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-31423</link>

		<dc:creator><![CDATA[eric]]></dc:creator>
		<pubDate>Fri, 14 Jun 2013 01:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-31423</guid>

					<description><![CDATA[&quot;IfIsEvil&quot; is kind of a key to nginx, though. Forcing nginx to evaluate and process many different IF statements is not considered a good practice.

I&#039;d recommend try_files.

http://wiki.nginx.org/Pitfalls
Check &quot;Front Controller Pattern Based Packages&quot;]]></description>
			<content:encoded><![CDATA[<p>&#8220;IfIsEvil&#8221; is kind of a key to nginx, though. Forcing nginx to evaluate and process many different IF statements is not considered a good practice.</p>
<p>I&#8217;d recommend try_files.</p>
<p><a href="http://wiki.nginx.org/Pitfalls" rel="nofollow ugc">http://wiki.nginx.org/Pitfalls</a><br />
Check &#8220;Front Controller Pattern Based Packages&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ph1L		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-28933</link>

		<dc:creator><![CDATA[Ph1L]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 14:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-28933</guid>

					<description><![CDATA[Seen it too, but seems like it doesn&#039;t wanna play with ISPConfig 3, grr :)]]></description>
			<content:encoded><![CDATA[<p>Seen it too, but seems like it doesn&#8217;t wanna play with ISPConfig 3, grr 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-28932</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 14:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-28932</guid>

					<description><![CDATA[Nginx does not support the use of htaccess files, you would have to convert them into something that Joomla would understand .. I found &lt;a href=&quot;http://docs.joomla.org/Enabling_Search_Engine_Friendly_(SEF)_URLs_on_Nginx&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; on the web, hope it&#039;s a step in the right direction ...]]></description>
			<content:encoded><![CDATA[<p>Nginx does not support the use of htaccess files, you would have to convert them into something that Joomla would understand .. I found <a href="http://docs.joomla.org/Enabling_Search_Engine_Friendly_(SEF)_URLs_on_Nginx" rel="nofollow">this</a> on the web, hope it&#8217;s a step in the right direction &#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ph1L		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-28929</link>

		<dc:creator><![CDATA[Ph1L]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 13:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-28929</guid>

					<description><![CDATA[Old post, but still worth a try.
Using ISPConfig 3 with NGINX, and want to host a Joomla website 1.5, with SEF enabled.

Howto? Afaik, NGINX ignores .htaccess ?
I want it to use the .htaccess provided by Joomla.]]></description>
			<content:encoded><![CDATA[<p>Old post, but still worth a try.<br />
Using ISPConfig 3 with NGINX, and want to host a Joomla website 1.5, with SEF enabled.</p>
<p>Howto? Afaik, NGINX ignores .htaccess ?<br />
I want it to use the .htaccess provided by Joomla.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jayson		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-27246</link>

		<dc:creator><![CDATA[Jayson]]></dc:creator>
		<pubDate>Wed, 06 Feb 2013 05:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-27246</guid>

					<description><![CDATA[Hi,

Am I putting this rewrite rule properly? /etc/nginx/sites-available/default?

How come I copy-pasted it on the said file and it does not work?

The URL I am using is : http://ipaddress/proj/index.php?/controller

Where it should just be: http://ipaddress/proj/controller]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Am I putting this rewrite rule properly? /etc/nginx/sites-available/default?</p>
<p>How come I copy-pasted it on the said file and it does not work?</p>
<p>The URL I am using is : <a href="http://ipaddress/proj/index.php?/controller" rel="nofollow ugc">http://ipaddress/proj/index.php?/controller</a></p>
<p>Where it should just be: <a href="http://ipaddress/proj/controller" rel="nofollow ugc">http://ipaddress/proj/controller</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: abz89		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-26069</link>

		<dc:creator><![CDATA[abz89]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 07:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-26069</guid>

					<description><![CDATA[After somehour googling and testing without any luck..
Finally found your article!!

Work like a charm..

But one question, i&#039;m n00b in nginx
where should I put the PHPMyadmin block on these??

Thanks]]></description>
			<content:encoded><![CDATA[<p>After somehour googling and testing without any luck..<br />
Finally found your article!!</p>
<p>Work like a charm..</p>
<p>But one question, i&#8217;m n00b in nginx<br />
where should I put the PHPMyadmin block on these??</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim Bowes		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-25686</link>

		<dc:creator><![CDATA[Jim Bowes]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 23:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-25686</guid>

					<description><![CDATA[Hey Dimas,

Great article - I&#039;m just wondering if you&#039;ve ever got Nginx serving Codeigniter and Wordpress together successfully? 

I&#039;m trying to do that at the moment we have a folder for Codeigniter files e.g. /ci and one for Wordpress /site 

Jim]]></description>
			<content:encoded><![CDATA[<p>Hey Dimas,</p>
<p>Great article &#8211; I&#8217;m just wondering if you&#8217;ve ever got Nginx serving Codeigniter and WordPress together successfully? </p>
<p>I&#8217;m trying to do that at the moment we have a folder for Codeigniter files e.g. /ci and one for WordPress /site </p>
<p>Jim</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jimmy		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-25669</link>

		<dc:creator><![CDATA[Jimmy]]></dc:creator>
		<pubDate>Mon, 29 Oct 2012 03:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-25669</guid>

					<description><![CDATA[Great article! After scratching my head for an hour your article helped. But there is one issue, as all the requests are passing in this format &quot;/index.php?/$1&quot;
It becomes a problem if i am passing some GET parameters using. 
Example if i pass GET param &quot;name&quot; to controller &quot;page&quot; it becomes &quot;/index.php?/page&#038;name=something&quot;

Any way to solve this issue?]]></description>
			<content:encoded><![CDATA[<p>Great article! After scratching my head for an hour your article helped. But there is one issue, as all the requests are passing in this format &#8220;/index.php?/$1&#8221;<br />
It becomes a problem if i am passing some GET parameters using.<br />
Example if i pass GET param &#8220;name&#8221; to controller &#8220;page&#8221; it becomes &#8220;/index.php?/page&amp;name=something&#8221;</p>
<p>Any way to solve this issue?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Galvin Wolf		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-25364</link>

		<dc:creator><![CDATA[Galvin Wolf]]></dc:creator>
		<pubDate>Sat, 06 Oct 2012 11:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-25364</guid>

					<description><![CDATA[Nginx  is very helpful to developer because developer is easy run to his appliafcation by  Nginx.That is good information, it is useful to me thanks.]]></description>
			<content:encoded><![CDATA[<p>Nginx  is very helpful to developer because developer is easy run to his appliafcation by  Nginx.That is good information, it is useful to me thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jimmy		</title>
		<link>https://www.farinspace.com/codeigniter-nginx-rewrite-rules/#comment-25157</link>

		<dc:creator><![CDATA[Jimmy]]></dc:creator>
		<pubDate>Sat, 15 Sep 2012 16:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=1060#comment-25157</guid>

					<description><![CDATA[After hours of searching and scratching my head.. here you are. Thanks, this worked like a charm. Keep up the good work!]]></description>
			<content:encoded><![CDATA[<p>After hours of searching and scratching my head.. here you are. Thanks, this worked like a charm. Keep up the good work!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
