Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/02/2003, 10:53
antirco
 
Fecha de Ingreso: febrero-2003
Mensajes: 204
Antigüedad: 21 años, 2 meses
Puntos: 2
Servidor local web en win98 SE

Estoy empezando con esto de PHP y primero de todo quiero hacer pruebas desde mi sitio local así que he instalado un servidor HTTP "ohttpd210".
El problema es que al llamar a un archivo *.php me sale este error.

Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.

Lo he intentado con PWS y me daba un error similar de redireccionamiento en CGI-BIN

Como arreglar este problema y conseguir que funcionen las paginas en php desde mi equipo ?

Gracias anticipadas,

JOSEP