From 9e39bba2c65f68bb9fa9a9343d282f4405a27acc Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Tue, 29 Nov 2011 17:42:06 -0500 Subject: [PATCH] -remove APPLICATION_ENV from .htaccess file --- 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