re-add APPLICATION_ENV variable

This commit is contained in:
Martin Konecny 2011-11-29 15:48:14 -05:00
parent 58ce8cf95b
commit 573ff0c4d7
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
RewriteBase /
SetEnv APPLICATION_ENV development