This reverts commit 1bdff8f63cbb921fa3804920f354f63cf592cbd5. Disappointinly, it broke my apache test install
@@ -1,5 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
+ RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
-</IfModule>
+</IfModule>