doubledome

Member
Sep 14, 2004
14
0
151
Hi All,

We've just migrated to a new server and the share IP is resolving to the first domain we moved to this box. We would like it to resolve to a different domain when the IP is typed into a browser.

What do I need to do?
 

fwwebs

Well-Known Member
Feb 16, 2004
328
0
166
You may want to make the default cPanel (/usr/local/cpanel/htdocs/index.html) page the first domain in the list:
<VirtualHost 12.34.567.89>
BytesLog domlogs/server.name.tld-bytes_log
ServerName server.name.tld
DocumentRoot /usr/local/cpanel/htdocs/index.html
</VirtualHost>
unless you want a specific domain to be served as in sawbuck's answer.