Ver Mensaje Individual
  #6 (permalink)  
Antiguo 03/11/2006, 09:04
Avatar de valeguz
valeguz
 
Fecha de Ingreso: octubre-2006
Ubicación: Al sur sur de Argentina
Mensajes: 199
Antigüedad: 17 años, 7 meses
Puntos: 4
Cita:
Iniciado por chcma Ver Mensaje
En el System32 tengo las dlls:
php5apache2.dll
a ver... en el httpd.conf tenes que agregar la linea:
LoadModule php5_module c:/servidor/php/php5apache2.dll
(sin comillas)...
busca la linea:
<IfModule dir_module>
y copia esto:

DirectoryIndex con index.html index.htm index.php index.php3 index.php4 index.php5 index.phtml index.html.var
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
AddType application/x-httpd-php-source .phps

(fijate que DirectoyIndex esta ya escrito, solemente tenes que completarlo )

yo no puse la linea PHPIniDir "C:/php5" y copie el php.ini en windows

fijate si asi te funciona, y no te desanimes, todo es a prueba y error

saludos