'controller' =>'category',
'action' =>'add',
'module' =>'default',
)
看出你url错了
你可能写成 default/add/category
正常路径是 default/category/add
具体原因具体分析我(比如你用重写 因为我看不见你的重写规则 所以无法猜测出来)
a. 从官网下载 Zend Server (DEB/RPM Installer Script)b. 安装
$ sudo apt-get install aptitude
$ cd ZendServer-RepositoryInstaller-linux/
$ ./install_zs.sh ce 5.3
3. Linux版未包含mysql,需另行安装mysql
以ubuntu为例:
sudo apt-get install mysql-server
4. Zend Server +Zend Studio+Firefox调试
Zend Studio 7.0以后版本在启动时将自动检测系统Zend Server,检测到后会与之绑定,安装Zend Studio时若点选了安装了Firefox插件,则这时就可以使用单步调试,页面性能诊断等功能了,若没安装,使用firefox访问这个页面http://www.zend.com/en/products/studio/downloads,访问 Studio Browser Toolbars
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)