Trouble getting PHP, Apache, and Zend talking to eachother (localhost)
- by Joel
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!