Zend xampp Windows .htaccess development error messages

May 24, 2010

To override the production environment default in Zend framework, add this to .htaccess:

SetEnv APPLICATION_ENV development

“development” enables the application to display debugging errors even when the .ini only has a [production] section.

Previous post:

Next post: