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