• If you want to get this plugin to showcase the demos on HTTPS, all you have to do is add the following to your .htaccess file

    #Force Redirect this domain URL from https to http
    #SOURCE: https://help.bigscoots.com/cpanel/redirecting-your-domain-from-https-to-http-using-htaccess-in-cpanel
    RewriteEngine On
    RewriteCond %{HTTPS} on
    RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    This will FORCE the HTTPS to become HTTP.

    FYI – I would suggest using this plugin on a separate wordpress installation so that it does not conflict with the HTTPS of your main website

    In other words, I have my MAIN website that then links to a separate folder and website installation that is using this plugin and a separate .htaccess file within its installation folder.

    All done !

    • This topic was modified 8 years, 1 month ago by Pigo3934blog.

The topic ‘How to get the plugin compatible with HTTPS’ is closed to new replies.