Trouble getting PHP, Apache, and Zend talking to eachother (localhost)
Posted
by Joel
on Server Fault
See other posts from Server Fault
or by Joel
Published on 2010-05-16T22:11:47Z
Indexed on
2010/05/16
22:20 UTC
Read the original article
Hit count: 232
Hi guys, I've searched through several other questions, but haven't found my solution. THe main reason is that I'm not even sure if I have all these things properly installed. I have a hosting account, and have always just deployed everything into the internets, but I'm finally trying to figure out how to get my desktop set up right for learning Zend Framework.
I have Apache Server 2.2, PHP, And Zend Framework installed.
I'm trying to do this tutorial: http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf
The problem is when I click on the link: http://localhost/zf-tutorial/public
I get an Error 404.
If I type in http://www.localhost I get "It Works!" in the browser.
I'm thinking this means I have Apache installed correctly, but am not pointing correctly to the Zend tutorial?
Thanks for any help!
© Server Fault or respective owner