There is an application we are developing in our company, and it uses Zend Framework.
I decided to install Zend in XAMPP server, first, because working in live-server is boring.
Here are the steps:
1) Download Zend Framework
2) Extract it. Note that 'library' and 'application' directory should be parallel with htdocs directory
3) Now rename htdocs to www
4) Open apache/conf/httpd.conf and edit the document root not to htdocs but to www in line 182, and the directory in line 209.
Open php/php.ini also and in the same way edit doc_root in line 454.
5) Restart Apache
Done!
Have fun!
I decided to install Zend in XAMPP server, first, because working in live-server is boring.
Here are the steps:
1) Download Zend Framework
2) Extract it. Note that 'library' and 'application' directory should be parallel with htdocs directory
3) Now rename htdocs to www
4) Open apache/conf/httpd.conf and edit the document root not to htdocs but to www in line 182, and the directory in line 209.
Open php/php.ini also and in the same way edit doc_root in line 454.
5) Restart Apache
Done!
Have fun!
Comment