Hi guys,

I just setup PHP and APache for windows on a Windows 2003 machine.. I've setup the same combo on many windows machines but this is my first time to try and set it up on a Win2003 machine.

I've successfully installed both apache and php, and i have configured both properly (i firmly thing so)... However, when i open my php file the php script doesnt seem to get EXECUTED. Apache just displays it...

SETUP:
Windows 2003 Server
PHP 4.3.2
Apache 1.3.24

I have a little info.php script in the document root and wehn i access it i get this:

http://locahost/info.php

<?
phpinfo();
?>

basically, apache didnt execute it, but rather just displayed it like plain text.

Could this be a compatibility issue with win2003?

Tea

    Write a Reply...