• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

www. prefix points to default plesk holding page

ThePaul

New Pleskian
Using plesk 10.3.1

I've read through the other posts that describe this behaviour and various other posts on the web, but nothing applies here.
Using the www. prefix loads the plesk holding page, dropping that prefix loads the expected page.
Additionally, when using https with the www. prefix the correct SSL cert is presented, when not using the www. prefix the wrong (the default) SSL cert is presented.

DNS is controlled externally, both with and without www. point to the current server.

I've tried removing the domain and starting anew, but with the same result.

I've tried everything I can think of, what can I do to resolve this issue?

thanks in advance

Paul
 
I switched from 'power user' panel display to 'service provider' display.
The problem with the www. prefix remains, but the presented SSL cerificates have reversed: Now the www. prefix has the wrong cert and without it gets the right cert. Strange
 
found a workaround, although this isn't normally necessary.
I add the 2 apache directives to the virtual hosts vhost.conf and vhost_ssl.conf files:

ServerName mydomain.com
ServerAlias www.mydomain.com
 
Back
Top