diff --git a/.htaccess b/.htaccess index 45aaa27..afc9bc6 100644 --- a/.htaccess +++ b/.htaccess @@ -4,6 +4,11 @@ RewriteEngine On #RewriteBase /wrenchboard/ RewriteBase / +SetEnv CI_ENV development +#SetEnv CI_ENV production +SetEnv CI_CONFIG test_config +#SetEnv CI_CONFIG live_config + #Removes access to the system folder by users. #Additionally this will allow you to create a System.php controller, #previously this would not have been possible.