First, download the
Zend framework and unzip the file contents to a location. At the time of the writing ZendFramework-1.11.12 was in use and we have used that version in this example. Key content of the download is the /library folder which has
Zend libraries in it.
Then, go to the "
conf" folder that was created when the site was created.
Inside the conf folder, create a new file and name it
vhost.conf
Add the below contents to
vhost.conf and save it.
(more…)