【发布时间】:2010-06-28 14:14:58
【问题描述】:
当我尝试在应用程序的控制器中访问 url http://localhost/mysite/public/images/grey-arrow.gif 时,出现错误:
致命错误:C:\xampp\php\PEAR\Zend\Controller\Dispatcher\Standard.php:242 堆栈跟踪:#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} 在第 242 行的 C:\xampp\php\PEAR\Zend\Controller\Dispatcher\Standard.php 中抛出
为什么它认为图像是控制器而不是文件夹?!
【问题讨论】: