I am a newbie to the Zend Framework. I just finished installing Zend Server CE for Windows. Using the command line tool, I browsed to the desktop and did:
zf create project example
I see that an empty directory structure has been created on the desktop called “example”. How can I have this example application run in my browser? Currently, when I point my browser to:
http://localhost:10081/ZendServer/
…I see the admin interface. I thought I should move the newly-created “example” folder somewhere inside the ZendServer directory, which is located at:
C:\Program Files\Zend\ZendServer
No luck. Can someone please help me access this new example project so that I can at least be able to run its default index view?
The root (www) directory to host the code is the below path. Everything inside that folder can be read by apache
C:\Program Files\Zend\Apache2\htdocs