Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/08/2003, 22:23
Avatar de JPNARF
JPNARF
 
Fecha de Ingreso: agosto-2003
Ubicación: Buenos Aires, Vicente Lopez
Mensajes: 7
Antigüedad: 20 años, 8 meses
Puntos: 0
error PHP en Apache

hola amigos..

se me presento este error
cuando ejecuto :

http://localhost:8080/ver.php

The requested URL /PHP4.3.2/php.exe/ver.php was not found on this server.

en el IIS me anda bien... pero en el apache me da este error... solo con los php, con lo demas anda bien.

Lo raro es ese /PHP4.3.2/php.exe/ver.php

yo configure en el httpd.conf

ScriptAlias /PHP4.3.2/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/PHP4.3.2/php.exe"

que puede estar mal ??