enable PHP on windows Apache server

Posted by Don on Server Fault See other posts from Server Fault or by Don
Published on 2011-01-10T09:27:17Z Indexed on 2011/01/10 9:55 UTC
Read the original article Hit count: 358

Filed under:
|
|

Hi,

I need to run a PHP app on a windows apache server. I've installed Apache, unzipped the app into the htdocs folder, but when I type this URL into the browser

http://localhost:8080/pixelpost/admin/install.php

I get the content of the PHP file, rather than the output it should generate. What are the steps for enabling PHP support in Apache on windows? I guess I need to install mod_php, and possibly do some other stuff, but my Apache and PHP knowledge is minimal, so idiot-proof instructions would be much appreciated.

Thanks, Don

© Server Fault or respective owner

Related posts about Windows

Related posts about apache