Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/07/2005, 09:35
frodusete
 
Fecha de Ingreso: julio-2005
Mensajes: 1
Antigüedad: 18 años, 9 meses
Puntos: 0
infophp - novato total.

He definido un sitio web de prueba en servicios de internet information server, al que entro de la siguiente manera : https://132.100.100.11, y se arranca la pagina web que tengo por defecto. Hasta aqui ningun problema.

Me he bajado de la pagina www.php.net la version 5.0.4 del instalador para win32 de php, y despues de instalarlo me he creado una pagina llamada infophp.php con las siguientes lineas :

<html>
<head>
<title>Example</title>
</head>
<body>
<?php echo "Hi, Esto es un Script PHP";?>
</body>
</html>

para probar si se ha instalado correctamente. Estoy intentando entrar en la pagina de la siguiente forma : https://132.100.100.11/infophp.php, y me sale el siguiente mensaje en la ventana del Dreamweaber:

<p>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.</p>
<p>For more information as to <i>why</i> this behaviour exists, see the <a href="http://php.net/security.cgi-bin">manual page for CGI security</a>.</p>
<p>For more information about changing this behaviour or re-enabling this webserver,
consult the installation file that came with this distribution, or visit
<a href="http://php.net/install.windows">the manual page</a>.</p>


Hay alguien que me pueda informar a que puede ser debido esto ??.

Un saludo y muchas gracias.