RewriteEngine on
RewriteCond $1 !^(index\.php|assets|images|css|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
