• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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