0

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 ... ...

私が欠けているものを誰か教えてもらえますか?

前もって感謝します:)

4

1 に答える 1

0

URL のダミー部分を見逃しただけです... ...気にしないでください。したがって、Zend での URL の構文は次のようになります: ipAdress/controller/action. そして、アクションの前にコントローラーを見逃しました。それが答えを説明しています。

于 2012-09-27T19:59:40.963 に答える