Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/01/2003, 23:44
PHPERSEO
 
Fecha de Ingreso: junio-2002
Ubicación: BOGOTA COLOMBIA
Mensajes: 52
Antigüedad: 21 años, 10 meses
Puntos: 0
Aqui les muestro algunos apartes de mi archivo httpd.conf en donde yo se que pdria estar la falla!!!!!

#LoadModule php4_module /php/sapi/php4apache.dll
SECCION SCRIPT ALIAS
ScriptAlias /cgi-bin/ "C:/Archivos de programa/Apache Group/Apache/cgi-bin/"
ScriptAlias /php/ "C:/Archivos de programa/Apache Group/Apache/php/"
SECCION ADDTYPE
Aqui se que hay redundancia pero como no se cual es la sintaxis correcta las deje todas

AddType application/x-tar .tgz
Addtype application/x-httpd-php .php4
Addtype application/x-httpd-php .phtml
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php .php4
AddType application/x-httpd-php-source .phps
Addtype application/x-httpd-php .php
Addtype application/x-httpd-php .php3
Addtype application/x-httpd-php .php4
Addtype application/x-httpd-php .phtml

SECCION ADHANDLER
AddHandler cgi-script .cgi
AddHandler php3-script .php3
AddHandler php-script .php .php4
SECCION ACTION
Action application/x-httpd-php "c:/archivos de programa/apache group/apache/PHP/php.exe"
Action php3-script /php/php.exe
Action php-script /php/php.exe

De antemano gracias por su ayuda!!!!!