Apache 在EC2 linux中使用ZendFramework时,在操作页面上找不到页面

Apache 在EC2 linux中使用ZendFramework时,在操作页面上找不到页面,apache,zend-framework,amazon-ec2,Apache,Zend Framework,Amazon Ec2,我刚刚在ec2图像中设置了一个灯堆栈,现在我正在尝试在其中使用ZendFramework 1.11.12 以下是我迄今为止所做的工作: 1. Go to /etc/httpd/conf/httpd.conf and change all 'AllowOverride None' to 'AllowOverride All'. Restart apache; 2. Set up an alias for zend_tool: 'alias zf=/path/to/bin/zf.sh'. I use

我刚刚在ec2图像中设置了一个灯堆栈,现在我正在尝试在其中使用ZendFramework 1.11.12

以下是我迄今为止所做的工作:

1. Go to /etc/httpd/conf/httpd.conf and change all 'AllowOverride None' to 'AllowOverride All'. Restart apache;
2. Set up an alias for zend_tool: 'alias zf=/path/to/bin/zf.sh'. I use zf for it;
3. Use 'zf create project xxx' to create a project. Here I can go to the Index controller by entering 'ipAddress/xxx';
4. Use 'zf create action test Index' to create a action called 'test' in the Index controller. And I failed on this step ... ...
谁能告诉我我错过了什么


提前感谢:)

刚刚错过了url上的一个虚拟部分。。。不要介意。因此,Zend中url的语法如下:ipAddress/controller/action。在行动前我错过了控制器。这就解释了答案