UPR2000: Bei öffnen eines PHP-Skriptes Download Fenster?!?

Beitrag lesen

Ich habe jetzt zum 3. mal Apache und PHP neu installiert, sogar die Einstellungen beibehalten...

Ich bekomme PHP nicht mehr zum laufen.

Vielleicht kann mir da mal jemand helfen - ich kenne mich mit apache mässig aus und mit php - wow ich kann skripte ändern :)
D.H.: ich weiss so gut wie gar nix über PHP! (Installation ist mein Hobby:-)

Die PHP.INI ist default bis auf das extensions DIR

(PHP abschnitt:)
Die HTTPD.CONF sieht so aus:

ScriptAlias /php/ "z:/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
Action application/x-httpd-php "/php/php.exe"
...
ScriptAlias /php/ "z:/home/php/"
...
<Directory "z:/home/php/">
    Options none
    AllowOverride none
    Order allow,deny
    Allow from all
</Directory>

Ist daran was falsch????