• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Setup for redirect to https

Fohnbit

New Pleskian
Hello,

I use a Ubuntu Server 18 with Magento 2 webshop.
I have 2 domains on the server:
domain1.com
domain2.com

In the DNS I set the same IP for both domains, because only domain1 has a website and all should be redirect to this

What I want:
When someone open one of the URL, it should be redirect to https://www.domain1.com
IP:80 => https://www.domain1.com
IP:443 => https://www.domain1.com
domain1.com:80 => https://www.domain1.com
domain2.com:80 => https://www.domain1.com
domain2.com:443 => https://www.domain1.com

I have to problem, all are redirect to https://IP

I did:
  1. IP Addresses: Default site: domain1.com
  2. domain1/host settings/
    1. Preferred domain: www.domain1.com
    2. SSL/TLS support: YES
    3. Permanent SEO-safe 301 redirect from HTTP to HTTPS: YES
  3. domain2/host settings/
    1. Preferred domain: None
    2. SSL/TLS support: YES
    3. Permanent SEO-safe 301 redirect from HTTP to HTTPS: NO
 
Back
Top