I walked through this article http://thiranjith.wordpress.com/2010/09/14/how-to-setup-zend-framework-with-apache-on-windows/ to setup Zend Framework with Apache 2.2 on Windows 7.
I can get to existing pages – see troubleshooting section of the article.
But whenever the rewrite module kicks in I get a 500 error.
So just trying to get to / I get a 500 error.
Without any models, controllers, or views yet which view/html is supposed to come up?
Secondly, is there a way to use logging to solve this? Which log do I look at apache? php? or app specific one?
The solution you posted yourself is not a good one. You don’t want any absolute paths in your
index.php.You have several possible good ways of solving this:
All these things will work on every OS.