error_reporting  =   E_ALL | E_STRICT in php.ini

Indeed, The matter can really be  in ".htaccess", because i changed it in
this project.

Trouble that i use iis with iirf, but not apache. It works with iirf.ini
which looks like .htaccess, but not the same.

my iirf.ini:

RewriteFilterPriority HIGH
RewriteEngine ON
RewriteLog c:\zendwww\IIRF\logs\book-iirflog.out
RewriteLogLevel 2
RewriteCond  %{HTTP_URL} 
^((?!(\.(gif|jpg|png|css|js|doc|swf|htm|html))).)*$
RewriteRule ^/book/(.*)$ /book/public/index.php [L,I,U]  
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Troubles-with-ErrorController-tp3307086p3319242.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to