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.

9 lines
251 B

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