RewriteEngine on RewriteCond $1 !^(index\.php|public|views|uploads|install|robots\.txt|favicon\.ico) RewriteRule ^(.*)$ /index.php?/$1 [L] Order Allow,Deny Deny from all