We have a site that is domain "domain.com" and which has a subdomain defined, "uk.subdomain.com".
We have added an alias domain "domain.co.uk" to ONLY the primary. The primary is also the default site for the IP address that it resides on.
What Plesk ends up doing is adding:
ServerAlias "www.domain.co.uk"
ServerAlias "domain.co.uk"
to the httpd.include file of both the primary site AND the subdomain, and the incoming request must hit the subdomain in apache's memory first, because visitors are incorrectly given the subdomain instead of the intended alias to the primary.
This is a Plesk 10.4.4 all updates applied. Can anyone else confirm this bug before I waste a support ticket? I reproduced it on a second site.
We have added an alias domain "domain.co.uk" to ONLY the primary. The primary is also the default site for the IP address that it resides on.
What Plesk ends up doing is adding:
ServerAlias "www.domain.co.uk"
ServerAlias "domain.co.uk"
to the httpd.include file of both the primary site AND the subdomain, and the incoming request must hit the subdomain in apache's memory first, because visitors are incorrectly given the subdomain instead of the intended alias to the primary.
This is a Plesk 10.4.4 all updates applied. Can anyone else confirm this bug before I waste a support ticket? I reproduced it on a second site.