<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to .htaccess</title><link>https://sourceforge.net/p/nononsencephp/wiki/.htaccess/</link><description>Recent changes to .htaccess</description><atom:link href="https://sourceforge.net/p/nononsencephp/wiki/.htaccess/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 21 Oct 2012 09:25:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nononsencephp/wiki/.htaccess/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage .htaccess modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/nononsencephp/wiki/.htaccess/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><pubDate>Sun, 21 Oct 2012 09:25:51 -0000</pubDate><guid>https://sourceforge.net054895c493ab63ae8335a1539be821db9dd934f6</guid></item><item><title>WikiPage .htaccess modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/nononsencephp/wiki/.htaccess/</link><description>~~~~~
&lt;IfModule mod_rewrite.c&gt;
Options +FollowSymLinks
RewriteEngine On
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
 
# Route index.php/controller/function/arguments/more arguments





RewriteRule (.*) index.php/$1
 
&lt;/IfModule&gt;
&lt;IfModule !mod_rewrite.c&gt;
	ErrorDocument 404 /notfound.php
&lt;/IfModule&gt;
~~~~~</description><pubDate>Sun, 21 Oct 2012 09:25:42 -0000</pubDate><guid>https://sourceforge.net1b0c276f560727ee62e4c8016f67f29d5115e89f</guid></item></channel></rss>