Instead of returning a php document, my server returns the source code in the form of a text file. I have an Apache Web Server.
ScriptAlias /php/ "c:/program files/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "C:/program files/php/php.exe"
Thats how my changes to httpd.conf look. I have no idea what the problem is. Any help will be greatly appreciated.