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?