NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Question about .htaccess reading by debugger


Joined: 05 Apr 2010
Posts: 3
Reply with quote
Why the APPLICATION_ENV does not set to development ?

(I am not sure if the debugger works right or there is bug in the code)

In the file .htaccess there is:

...
SetEnv APPLICATION_ENV development
...

In the index.php file (in the same folder) there is line of code:

...
defined('APPLICATION_ENV')
|| define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production'));

...
View user's profileFind all posts by paszo2008Send private message
Question about .htaccess reading by debugger
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic