All my action function names already begin with lower case character. This is the requirement of ZF MVC. The problem must be something else. More thoughts?

Ramon de la Fuente wrote:
Hi Chuck,

I have the same issue, although it has nothing to do with an Apache upgrade. I found that my IndexController had an IndexAction() function that up untill now worked fine, but since my last update of ZF could not work unless I renamed it to indexAction() - lower case i as the first letter. Perhaps you could try that?

Regards,

Ramon de la Fuente



Chuck Bai wrote:
Hi,

I have a App working fine with Apache 2.0/PHP 5.2.4/ZF 1.0.2. Now, I upgrade to Apache 2.2 with others remain the same (I changed PHP config to run with Apache 2.2). The app broke: the home page (http://localhost/my-app)showing up correctly but all other pages getting 404 file not found error. Interestingly, http://localhost/my-app/index/index got the same error: HTTP 404 Not Found.

I checked httpd.conf settings, I have mod_rewrite module loaded. My .htaccess remain the same. Any idea where should I check next? Is ZF working with Apache 2.2?


Reply via email to