Options -Indexes
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteBase /
    RewriteCond $1 !^(index\.php|css|fonts|img|js|robots\.txt)
    RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
