Tema: Error 302
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/06/2004, 15:25
rbarahonab
 
Fecha de Ingreso: junio-2004
Mensajes: 1
Antigüedad: 19 años, 11 meses
Puntos: 0
Error 302

Configure un virtual host en apace segun lo que sigue...

<VirtualHost *>
DocumentRoot /var/www/html/dominio.com
ErrorLog logs/dominio.com-error_log
ServerAdmin [email protected]
ServerName www.dominio.com
TransferLog logs/dominio.com-access_log
DirectoryIndex index.html index.php index.htm index.shtml
ErrorDocument 400 "file:"
TransferLog logs/netpeople.cl-access_log
ErrorLog logs/netpeople.cl-error_log
</VirtualHost>

pero al acceder desde cualquier pc a www.dominio.com me aparece el error

Found

The document has moved here.
Apache/2.0.40 Server at www.dominio.com Port 80

¿podrian ayudarme por facvor?.. gracias