RewriteEngine on

RewriteCond $1 !^(index.php|style|application|robots.txt|system)
RewriteRule ^(.*)$ /index.php/$1 [L]