Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/04/2016, 10:23
4tsbot
Invitado
 
Mensajes: n/a
Puntos:
Pregunta Respuesta: Configurar apache

Cita:
Iniciado por 4tsbot Ver Mensaje
Hola buenas acabo de instalar el apache en windows xp.
Ahora tengo que configurar el archivo httpd.conf.La pregunta es como y donde?
Estoy leyendo un libro y me pone de debo "añadir php a la ecuacion"que significa eso? saludos
Y otra cosa cuando voy a teclear en el navegador esto "localhost/phptest.php me sale el archivo php tal cual lo pongo abajo.

<html>
<head>php testing </head>
<body>
<?php
echo "if this works,we <i>really</i> did it";
?>
</body>
</html>

Porque me sale todo el codigo? que hago mal=?