Respuesta: instalar apache y php Ya lo he conseguido, vi en otro sitio este código:
ScriptAlias /php/ "c:/apache/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .html
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "/php/php.exe"
Así quitando lo de loadModule funciona perfectamten. Gracias por la ayuda de todos modos. Saludos |