When I try to access the url http://localhost/mysite/public/images/grey-arrow.gif in a controller in my application I get the error:
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (images)' in C:\xampp\php\PEAR\Zend\Controller\Dispatcher\Standard.php:242 Stack trace: #0 C:\xampp\php\PEAR\Zend\Controller\Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 D:\Users\rnem\www\mysite\application\Bootstrap_Aplicativo.php(64): Zend_Controller_Front->dispatch() #2 D:\Users\rnem\www\regnet3.0\home\index.php(3): include_once('D:\Users\rnem\w...') #3 {main} thrown in C:\xampp\php\PEAR\Zend\Controller\Dispatcher\Standard.php on line 242
Why is it thinking images is a controller instead of a folder as it is?!