<?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</title>
	<atom:link href="http://farinspace.com/codeigniter-htaccess-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://farinspace.com/codeigniter-htaccess-file/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 08 Sep 2010 04:05:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dimas</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-2596</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Fri, 23 Jul 2010 05:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-2596</guid>
		<description>That would definitely work too!</description>
		<content:encoded><![CDATA[<p>That would definitely work too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeratool</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-2595</link>
		<dc:creator>zeratool</dc:creator>
		<pubDate>Fri, 23 Jul 2010 05:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-2595</guid>
		<description>You can simplify that to this:
#begin
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [QSA,L] 
#end 
HTH</description>
		<content:encoded><![CDATA[<p>You can simplify that to this:<br />
#begin<br />
RewriteEngine On<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*)$ /index.php/$1 [QSA,L]<br />
#end<br />
HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif Iqbal</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-1739</link>
		<dc:creator>Asif Iqbal</dc:creator>
		<pubDate>Wed, 23 Jun 2010 20:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-1739</guid>
		<description>Hi,

Nice post.. I am new in the Codeigniter and this post really helpful for me.

Thanks mate.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice post.. I am new in the Codeigniter and this post really helpful for me.</p>
<p>Thanks mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pit</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-707</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Fri, 26 Mar 2010 23:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-707</guid>
		<description>it works perfectly ... comments are simple but very helpful ... great job in fact!

thanks!</description>
		<content:encoded><![CDATA[<p>it works perfectly &#8230; comments are simple but very helpful &#8230; great job in fact!</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-588</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 25 Feb 2010 08:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-588</guid>
		<description>Hi Dimas,

I think i am going to have a problem with CI + WP and SEO url&#039;s/permalink, see my topic on http://codeigniter.com/forums/viewthread/147068/

How would you bypass /blog/ and have the url request go to CI or WP???
Hope i am making sence

regards</description>
		<content:encoded><![CDATA[<p>Hi Dimas,</p>
<p>I think i am going to have a problem with CI + WP and SEO url&#8217;s/permalink, see my topic on <a href="http://codeigniter.com/forums/viewthread/147068/" rel="nofollow">http://codeigniter.com/forums/viewthread/147068/</a></p>
<p>How would you bypass /blog/ and have the url request go to CI or WP???<br />
Hope i am making sence</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimas</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-581</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Tue, 23 Feb 2010 01:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-581</guid>
		<description>Alex, I&#039;ve actually recently put together a similar setup to yours on my &lt;a href=&quot;http://www.bloggingtoc.com/&quot; title=&quot;Blogging TOC, a community based table of contents&quot; rel=&quot;nofollow&quot;&gt;Blogging Topics&lt;/a&gt; site.

http://www.bloggingtoc.com/ (CI site)
http://www.bloggingtoc.com/blog/ (WordPress site)

The setup was easy, i&#039;m using the same .htaccess file as above (modified with the correct url/subdomains for my site) ... after setup everything worked &quot;out-of-the-box&quot;.

You will have to go into WordPress &gt; Settings &gt; Permalinks ... and set Custom Structure to &quot;/%postname%/&quot;.

Here is an example:
http://www.bloggingtoc.com/blog/hello-world/</description>
		<content:encoded><![CDATA[<p>Alex, I&#8217;ve actually recently put together a similar setup to yours on my <a href="http://www.bloggingtoc.com/" title="Blogging TOC, a community based table of contents" rel="nofollow">Blogging Topics</a> site.</p>
<p><a href="http://www.bloggingtoc.com/" rel="nofollow">http://www.bloggingtoc.com/</a> (CI site)<br />
<a href="http://www.bloggingtoc.com/blog/" rel="nofollow">http://www.bloggingtoc.com/blog/</a> (WordPress site)</p>
<p>The setup was easy, i&#8217;m using the same .htaccess file as above (modified with the correct url/subdomains for my site) &#8230; after setup everything worked &#8220;out-of-the-box&#8221;.</p>
<p>You will have to go into WordPress > Settings > Permalinks &#8230; and set Custom Structure to &#8220;/%postname%/&#8221;.</p>
<p>Here is an example:<br />
<a href="http://www.bloggingtoc.com/blog/hello-world/" rel="nofollow">http://www.bloggingtoc.com/blog/hello-world/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-580</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 23 Feb 2010 00:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-580</guid>
		<description>tx for sharing this. I am using it for my first CI project which also holds a Wordpress subfolder. So i can get some wp-posts in CI views.
p
But the default page url doesn&#039;t work mydomain.com/?p=123
should i edit the .htaccess.

any suggestions, 
regards
ps i have wp in /blog and in the end i like to have something  blog/%custom%</description>
		<content:encoded><![CDATA[<p>tx for sharing this. I am using it for my first CI project which also holds a WordPress subfolder. So i can get some wp-posts in CI views.<br />
p<br />
But the default page url doesn&#8217;t work mydomain.com/?p=123<br />
should i edit the .htaccess.</p>
<p>any suggestions,<br />
regards<br />
ps i have wp in /blog and in the end i like to have something  blog/%custom%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimas</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-524</link>
		<dc:creator>Dimas</dc:creator>
		<pubDate>Mon, 25 Jan 2010 04:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-524</guid>
		<description>azifet, If the redirects work as expected, make sure that the form data is being submitted to the final end point URL, not a URL which will cause a redirect adjustment (causing the lose of form data). 

Also note that by default CodeIgniter does not like trailing slashes, some methods within CodeIgniter will remove trailing slashes, also causing lose of form data.</description>
		<content:encoded><![CDATA[<p>azifet, If the redirects work as expected, make sure that the form data is being submitted to the final end point URL, not a URL which will cause a redirect adjustment (causing the lose of form data). </p>
<p>Also note that by default CodeIgniter does not like trailing slashes, some methods within CodeIgniter will remove trailing slashes, also causing lose of form data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azifet</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-523</link>
		<dc:creator>azifet</dc:creator>
		<pubDate>Sun, 24 Jan 2010 18:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-523</guid>
		<description>Nice post there... however form data in the post variable $_POST gets lost whenever I redirect to the bootstrap file. any idea on how to work around this?</description>
		<content:encoded><![CDATA[<p>Nice post there&#8230; however form data in the post variable $_POST gets lost whenever I redirect to the bootstrap file. any idea on how to work around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tzvook</title>
		<link>http://farinspace.com/codeigniter-htaccess-file/comment-page-1/#comment-475</link>
		<dc:creator>Tzvook</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=147#comment-475</guid>
		<description>10X Dimas</description>
		<content:encoded><![CDATA[<p>10X Dimas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: farinspace.com @ 2010-09-10 20:20:07 by W3 Total Cache -->