From 288fa8678257a50cf37096b1e6648d8657f5c5bb Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Wed, 23 Nov 2011 16:58:21 -0500 Subject: [PATCH] CC-3100: Remove "development" env variable from default .htaccess file Removed the line "SetEnv APPLICATION_ENV development" --- airtime_mvc/public/.htaccess | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/public/.htaccess b/airtime_mvc/public/.htaccess index 3dfbebfef..48c40b1dd 100644 --- a/airtime_mvc/public/.htaccess +++ b/airtime_mvc/public/.htaccess @@ -11,5 +11,3 @@ RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] RewriteBase / - -SetEnv APPLICATION_ENV development