i start learn this from a couple days ago,and i copy those code from the tutorial, file stuctrue also is the same.Everything looks well ,but when i access the site, i have found every Controller is not working but indexAction(indexController), i can't figure out what's going on ,did i miss something?
Platform:OS X 10.10.5 Yosemite / apache 2.4.16(Preinstall) / php 5.6.14
Directory tree:
└── p1
├── .htaccess
├── app
│ ├── controllers
│ │ ├── IndexController.php
│ │ └── SignupController.php
│ ├── models
│ └── views
│ ├── index.phtml
│ └── signup
│ └── signup.phtml
└── public
├── .htaccess
├── css
├── img
├── index.php
├── index.php.old
└── js