Im using ISPConfig 3.0.4 With multiple sites running on it already.
I have recently set up multisite wordpress install and want to make this domain (lets say http://www.domaina.com) to be the default virtual host on the server. This way when I add a new site (www.domainb.com) it defaults to go there If i do not have a site defination set up in ispconfig set up for domainb. currently it will go to http://www.domainc.com as it appears to be set up as the default site.
Does anyone here know how to change it so i can make domaina the default and not domainc where I dont have to make the change everytime i add a new site?
When you have no matching name based vhost, apache will show the first site it finds for the doamin. To have a global default for this case, you can add a default vhost to your httpd.conf before the line:
Include /etc/apache/vhosts/Vhosts_ispconfig.conf:
Dont forget to change the IP, emailaddress and path.