Hvorfor vises min side ikke
Jeg har installetet Apache og phpTilføjet til httpd filen følgende:
ScriptAlias /php/ "c:/programmer/apache group/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php4 .php4
AddType application/x-httpd-phtml .phtml
Action application/x-httpd-php "/php/php.exe"
Apache kører fint, men når jeg vil se en php fil vil den downloade den - hvorfor ?
