Im running Apache Server
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
This is in my apache.conf file.
as well as this:
<IfModule mod_ssl.c>
Include conf/ssl.conf
</IfModule>
LoadModule php4_module "c:/php/php4apache2.dll"
AddType application/x-httpd-php .php