Apache displays the first site it comes to reading the httpd.conf file
down from top to bottom for the IP that you are trying to access.
Whatever site is listed first in the httpd.conf file for the given IP
is the site that is shown which is generally the "default page"
for Cpanel unless your default page has gotten deleted from
the Apache configuration for any reason (or moved)
Just move whatever site you want to be the default to be
the first one read by Apache or better yet create a new
virtualhost section for that site and put it in to one of the
include files that is run before the virtualhost sections.
|