.htaccess 193 B

1234567
  1. RewriteEngine on
  2. RewriteCond $1 !^(index\.php|public|views|uploads|install|robots\.txt|favicon\.ico)
  3. RewriteRule ^(.*)$ /index.php?/$1 [L]
  4. <Files *.html>
  5. Order Allow,Deny
  6. Deny from all
  7. </Files>