RewriteEngine on
RewriteCond $1 !^(index\.php|assets|uploads|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
