This will only work within Apache 2 or else you are screwed. I wasted my whole day on this problem because the article about the Zend Framework did not mention this.If you using Apache 2 having trouble you should make sure

<IfModule mod_php5.c>

php_value the_setting “the_value”

</IfModule>

Is included within your .htaccess or httpd.conf. This was another detail left out of the article.

Post a Comment

*
*