I'm looking for some reseller/shared hosting for a client.
The current sites are made up of a number of related domains that
all utilise the same docroot so as to be managed by the same CMS.
The situation is best described by a bit of apache conf...
<VirtualHost *:80>
ServerAlias
www.domain1.com,www.domain2.com,www.domain3.com
ServerName
www.domain.com
DocumentRoot /path/to/docroot
</VirtualHost>
The effect of the above obviously being each domain serves from the
same vhost and codebase for the CMS.
Is this possible via ensim?
At present this is botched via the add-on domains feature within cpanel, and a heap of redirects/symbolic links.