开发者

Run Zend Framework with Apache 2.2

开发者 https://www.devze.com 2022-12-13 04:37 出处:网络
I have a project written with zend framework. I was using xampp for my webserver which uses apache 2.2. I decided to use apache 2.2 instead of xampp. I installed apache 2.2 and copied my project into

I have a project written with zend framework. I was using xampp for my webserver which uses apache 2.2. I decided to use apache 2.2 instead of xampp. I installed apache 2.2 and copied my project into htdocs folder of apache like I did with xampp. But when I enter my project URL into the browser, it doesn't show my index.php and开发者_运维百科 instead, it shows the contents of my file. any idea how to fix this !? thanx in advance


You'll also need to install PHP and enable the PHP module for Apache. Here's the instructions:

http://www.php.net/manual/en/install.windows.manual.php

AND

http://www.php.net/manual/en/install.windows.apache2.php

Though personally I like to use WAMPserver - it's super easy to install:

http://www.wampserver.com/en/index.php

0

精彩评论

暂无评论...
验证码 换一张
取 消