• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by Shawn

  1. S

    Resolved Single redirect of non-www to www through https/ssl (redirect all to https://www.*)

    I found a solution. It is all being configured with VirtualHost. One for port 80 and one for port 443 (one for SSL and one for non-SSL) To enable a Single Redirect for all variations of a website to https://www.* the following settings should be applied in "Websites and Domains" --> "Apache &...
  2. S

    Resolved Single redirect of non-www to www through https/ssl (redirect all to https://www.*)

    Exactly. My first http directive is causing the following chain when that setting is enabled: http://example.com to https://example.com to https://www.example.com I need one redirect for all variations of URL to www. + SSL (https://www.*) My current setup redirects http://example.com and...
  3. S

    Resolved Single redirect of non-www to www through https/ssl (redirect all to https://www.*)

    Here is an example of my redirects before Subscriptions > Your subscription > Hosting Settings > Preferred domain > Choose the "www.*" option. Here is an example of my redirects after the "www.*" option. I used this tool here to test redirects: https://varvy.com/tools/redirects/ As you...
  4. S

    Resolved Single redirect of non-www to www through https/ssl (redirect all to https://www.*)

    More information available here to anyone willing to help: https://httpd.apache.org/docs/2.4/rewrite/remapping.html#canonicalhost
  5. S

    Resolved Single redirect of non-www to www through https/ssl (redirect all to https://www.*)

    I am trying to create single redirects for variations of my webpage. For example: example.com www.example.com https://example.com Each uses a single redirect to https://www.example.com I went to Websites & Domains --> Apache & nginx Settings For "Additional directives for HTTP" I added the...
Back
Top