I am looking for a special configuration for Apache (and eventually NGinx) to allow to map all but one host as a ServerAlias to a specific VHost configuration.
For example, my current setting is:
ServerAlias *.dertermin.com
Basically catching all subdomains of determin.com and routing them to the docroot. However, I want a specific hostname eg. prerelease.dertermin.com to point to another docroot. Yet creating a separate VHost entry does not work. Is there a way around this?