PHP como modulo
Aquà te envió lo que debes agregar en el httpd.conf del apache, va con algunas lÃneas de más para que te ubiques en el archivo.
Una observación importante es que debes sacar el archivo php4apache.dll de la carpeta Sapi y dejarlo un nivel mas arriba, por alguna razón que desconozco no funciona si llamas directamente de hay el archivo, solo fÃjate en la lÃnea que carga el modulo eso te dará una idea donde dejar el archivo.
#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
LoadModule php4_module c:/php/php4apache.dll
AddType application/x-httpd- php .php .htm .html .wml
AddType application/x-httpd-php3 .php3
# AddHandler allows you to map certain file extensions to "handlers",
# actions unrelated to filetype. These can be either built into the server
# or added with the Action command (see below)
Una observación importante es que debes sacar el archivo php4apache.dll de la carpeta Sapi y dejarlo un nivel mas arriba, por alguna razón que desconozco no funciona si llamas directamente de hay el archivo, solo fÃjate en la lÃnea que carga el modulo eso te dará una idea donde dejar el archivo.
#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
LoadModule php4_module c:/php/php4apache.dll
AddType application/x-httpd- php .php .htm .html .wml
AddType application/x-httpd-php3 .php3
# AddHandler allows you to map certain file extensions to "handlers",
# actions unrelated to filetype. These can be either built into the server
# or added with the Action command (see below)
