RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^index\.php
RewriteRule ^(.*?)$ index.php/$1 [L]