Posted February 5th, 2010 by xin1092134
I'm trying VS.php 2.8 for vs2008.
The build in apache server never worked, it seems "php_xdebug.dll" have some problem.
The exception code is "c0000005".
I created a Zend MVC Project and changed the "Debug mode" to "Local IIS web Server", then run it, the IIS(not the 404.phtml) shows me 404 error, but the file is exactly exist..
I don't know what's the problem with it.. Maybe I missed something..
juanc says:
For Zend MVC to work you need to set up the IIS rewriting module.
I haven't done that so I don't have much details on how to do it but I know the Zend MVC relies on mod_rewrite so you need the IIS module that implements that functionality.