You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
233 B

7 years ago
  1. php_value session.auto_start 1
  2. <IfModule mod_rewrite.c>
  3. SetEnv CI_ENV development
  4. RewriteEngine On
  5. RewriteBase /
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule ^(.*)$ /index.php/$1 [L]
  9. </IfModule>