Archivo para redirecciones de apache
RewriteEngine on RewriteCond $1 !^(index\.php|resources|static|robots\.txt) RewriteRule ^(.*)$ index.php?/$1 [L]