首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

zendframework1.12控制器只得访问默认页面

2013-04-12 
zendframework1.12控制器只能访问默认页面。127.0.0.1/index/index可以访问,127.0.0.1/index/test就提示An

zendframework1.12控制器只能访问默认页面。
127.0.0.1/index/index可以访问,127.0.0.1/index/test就提示An error occurred
Page not found;apache中的httpd文件的根目录该了的,REWRITE也开了的,DIRETORY也设置了的,所有的AllowOverride都改了的,indexcontroller就自定义了一个方法testAction(){echo "abc";}
编译器ZEND_STUDIO 9.04,php环境是XAMPP,请大牛们指教,折腾了一晚上了。
[解决办法]
完整错误信息发上来看看。
还有controller代码

热点排行