Mira...
 
Despues de configurar hasta la prueba de 
http://127.0.0.1/php.info y se sale en... 
 
  
la pantalla blanca... 
pero si entro 
http://127.0.0.1 y se ve bien en.... 
 
     
  
No entiendo nada.... 
 
  
Antes hice configurar es.... 
 
  
He modificado algunas de httpd.conf en la carpeta C:\Archivos de programa\Apache Group\Apache\conf 
Lo de DocumentRoot, he modificado en... 
 
  
.....
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "c:/miweb/"
#
# Each directory to which Apache has access, can be configured with respect
.....
#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "c:/miweb/">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
.....
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *>
#    ServerAdmin 127.0.0.1
#    DocumentRoot c:/miweb/php.info
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost> 
Y luego creo la carpeta c:\miweb y tambien el archivo dentro de la misma, se llama info.php Dentro de este archivo la creo en... 
<? phpinfo;?> 
Y por último activa el APACHE para comprobarlo en 
http://127.0.0.1/info.php
Todo blanco...no entiendo nada 
 
  
Necesito ayuda!!! 
 
  
Gracias 
