Ver Mensaje Individual
  #6 (permalink)  
Antiguo 29/10/2007, 22:10
Avatar de Albertuxmty
Albertuxmty
 
Fecha de Ingreso: octubre-2007
Mensajes: 34
Antigüedad: 16 años, 7 meses
Puntos: 1
Re: Problema con la instalacion de MySQL

Artefio en apache 2.2.6 solo tienes que agregar estas 2 lineas a tu httpd.conf:
(si tienes php en c:/php5)

Cita:
# agregar esto al final
LoadModule php5_module "c:/php5/php5apache2_2.dll"
AddType application/x-httpd-php .php
y colocar tu php.ini en c:\windows\ o c:\winnt\

Saludos