Re: [fw-general] I can't access other controllers

2008-10-15 Thread Tim Nagel
Have you set up the rewrites properly? On Wed, Oct 15, 2008 at 16:54, Bobby703 [EMAIL PROTECTED] wrote: Hi all, I just start learning zend and created a very simple hello world app. So when I access http://localhost/zendtest/web_root, it will go to default indextAction of IndexController

Re: [fw-general] I can't access other controllers

2008-10-15 Thread Bobby703
Yes. You're right. I need to turn on rewrite on apache globally. I fixed it. Thank you:jumping:. Tim Nagel wrote: Have you set up the rewrites properly? On Wed, Oct 15, 2008 at 16:54, Bobby703 [EMAIL PROTECTED] wrote: Hi all, I just start learning zend and created a very simple

[fw-general] I can't access other controllers

2008-10-14 Thread Bobby703
Hi all, I just start learning zend and created a very simple hello world app. So when I access http://localhost/zendtest/web_root, it will go to default indextAction of IndexController That works. However, I can get my TestController working as when I access