bonsoir à tous le monde j'ai le framework zend 1.6 j'ai suivi le tutoriel débutez avec zend framework

mais j'ai cette erreur
Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller class ("IndexController")


mon Fichier HTACCESS contient
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php
 
 
php_flag magic_quotes_gpc off
php_flag register_globals off
php_flag short_open_tag on
je voudrais savoir comment régler cette erreur