Okay
  Public Ticket #2322608
On SSL, the theme does not work
Closed

Comments

  • Mihai Doci started the conversation

    Hello!

    I am writing to you because I have a problem installing the theme. I installed the theme using the docs, and the nonSSL version of the website (http) http://www.mentorcoach.biz/ works perfectly fine, but when I go to the SSL version (https) https://www.mentorcoach.biz/, everything is damaged. Please look on the website and reply asap!

    Thank you!

  •  1,627
    Andrey replied

    Hello, Dear Mihai Doci! 

    In order to fix mixed SSL content issue on your website, please download and install this plugin: https://wordpress.org/plugins/ssl-insecure-content-fixer/

    Then click WP Dashboard => Settings => SSL Insecure Content => select Capture All => Save changes.

    Also please add via FTP in your .htaccess file the following rules:

    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]

    Then save changes, clear cache in a browser and check results at front-end.

    Best Regards!

  • Mihai Doci replied

    Thank you! Problem solved. Have an amazing day!