• 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

Recent content by Gauthier

  1. Gauthier

    cannot redirect https://example.com to https://www.example.com

    SOLVED ! Gran Guru Lloyd_mcse sent me a link in a private message: https://www.lloyd-day.me/secure-redirects-in-plesk/ You just do what's in this link and it will definitively work. Thank you so much Lloyd.
  2. Gauthier

    cannot redirect https://example.com to https://www.example.com

    I also found out the following: Add an ssl exception on firefox to access https://example.com and got a 403 error. Forbidden You don't have permission to access / on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request...
  3. Gauthier

    cannot redirect https://example.com to https://www.example.com

    Thanks for quick reply. nginx is installed. nginx -v returns nginx/1.9.4 In plesk, I removed the apache directives and fill the "Additional nginx directives" with: if ($host ~* ^example.com$) { rewrite ^(.*)$ https://www.example.com$1 permanent; } I ran "nginx -s reload" and restart...
  4. Gauthier

    cannot redirect https://example.com to https://www.example.com

    This is on: OS: ‪CentOS Linux 7.2.1511 (Core)‬ Plesk version: 12.5.30 Update #27 My ssl certificate is for www.example.com Using the "Additional directives for HTTP " text area in plesk, I can redirect http://example.com and http://www.example.com, both to httpS://www.example.com. I also...
Back
Top