.htaccess 264 B

123456789
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule ^(.*)$ /index.php/$1 [L,QSA]
  6. AddType application/x-javascript .js
  7. <FilesMatch "\.(htm|html|css|js|php)$">
  8. AddDefaultCharset UTF-8
  9. </FilesMatch>