• 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.

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