Hello, Im trying out Zend Framework with Rob Allen's tutorial, but I have a weird error :
Accessing my site like this : http://localhost/mysite works, but accessing it like this : http://localhost/mysite/index.php it crashes, wih the following exception : Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (index.php)' in D:\websites\mysite\library\Zend\Controller\Dispatcher\Standard.php:193 Stack trace: #0 D:\websites\mysite\library\Zend\Controller\Front.php(911): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 D:\websites\mysite\index.php(26): Zend_Controller_Front->dispatch() #2 {main} thrown in D:\websites\mysite\library\Zend\Controller\Dispatcher\Standard.php on line 193 Anyone has any idea how that happen ? Thank you for any help !! -- View this message in context: http://www.nabble.com/URL-issue-tf4440432s16154.html#a12669289 Sent from the Zend Framework mailing list archive at Nabble.com.
