0
In the Apache instation folder, you find the httpd.conf file (or httpd-vhosts.conf on some systems) and include this block:
<VirtualHost *:80>
ServerName quickstart.local
DocumentRoot /path/to/quickstart/public
SetEnv APPLICATION_ENV "development"
<Directory /path/to/quickstart/public>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Then you replace the Documentroot path by the path to where the public folder in your application is.
Here is a great tutorial to start: http://framework.zend.com/manual/1.12/en/learning.quickstart.create-project.html
i did not understand what you meant by that -> Servername Quickstart.local Documentroot /path/to/Quickstart/public
– Marcelo Lopes
Look at the "Create a virtual host" part of the link I gave you. Here it’s cutting the code, so it’s weird
– Fabio Nader
You’re making the same mistake
– Marcelo Lopes
How’s your /public/index.php?
– Fabio Nader
I pasted the image there, I didn’t change anything on it @Fabionader
– Marcelo Lopes
i to lost guy just want to start a project with php am beginner developer and recently graduated @Fabionader
– Marcelo Lopes
From your print it looks like the library folder is empty... I’m sure Zend’s there?
– Fabio Nader
yes it is you have facebook?
– Marcelo Lopes
I do... I’m like Fabionader
– Fabio Nader