Hola amigos:
tengo ejecutando un formulario con los siguientes datos:
<form action="http://localhost/datos.php" method="post">
<input type="text" name="nombre" align="RIGHT" size="10" />
<input type="submit" value="enviar" />
</form>
Llamo al pagina datos solo para verificar que me manda los datos con $_post pero me sale el siguiente error:
Not Found
The requested URL /datos.php was not found on this server
¿que significa? ¿como lo arreglo?
tengo instalado el apache, mysql y phpdesigner.