RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
AddDefaultCharset utf-8
<Files 403.shtml>
order allow,deny
allow from all
</Files>
<FilesMatch "\.(ini|xml|iml|log|zip|xsd)$">
    Order allow,deny
    Deny from all
</FilesMatch>
