On Thu, Aug 21, 2008 at 8:46 AM, Kexiao Liao <[EMAIL PROTECTED]> wrote: > > Does ZendFramework1.5.3 require Apache 2 or above in order for its routing > function working well?
No, it doesn't. We use 1.3.x Apaches mostly and it works pretty well. Generally I think your setup is borked, help yourself to Andries' sample app: http://de.wrs.yahoo.com/_ylt=A0geunSr561IcoMABVAzCQx.;_ylu=X3oDMTBybnZlZnRlBHNlYwNzcgRwb3MDMQRjb2xvA2FjMgR2dGlkAw--/SIG=136bgss2j/EXP=1219442987/**http%3A//andries.systray.be/blog/2007/06/18/zend-framework-just-get-me-started-okay/ It gets you started and provides you with a nice layout to start out on. There is also a proposal on the wiki about the ZF default application layout (don't know the link right now), which is also a good start to understand how it works. Cheers, Till
