
21/07/2005, 16:09
|
| | Fecha de Ingreso: agosto-2004
Mensajes: 52
Antigüedad: 20 años, 7 meses Puntos: 0 | |
Solo con eso bastaria, pero tambien tienes que configuar el httpd de la carpeta conf de apache y agregarle las siguientes lines:
#------Modificado
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
#LoadModule php4_module "c:/php/sapi/php4apache2.dll"
#AddType application/x-httpd-php .php
#PHPIniDir "C:/php"
#------ Fin Modificado
y listo.! |