Error using SSL on site

My site, made with Rapidweaver 8, works fine until you try to view it in https. I used the secure link in the general settings. There was an .htaccess file to force redirect. I have suspended it temporarily, but if you click on the logo, it would bring you to https.

The site is www.africasbestsafaris.com. Any help on what I have done wrong would be appreciated.

Thanks!

Can you post the contents of the .htaccess file, as the rewrite definitely doesn’t work (tried on chrome on windows 7 at the moment).

Hi Paul

The .htaccess is

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.africasbestsafaris.com/$1 [R=301,L]

But at the moment, that should be disabled.

Thanks
Gary

You have Active Mixed Content on the page.

http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css
http://code.jquery.com/jquery-1.8.3.min.js

These are probably from the Theme you are using(open?).
When going to SSL (HTTPS) you need to make sure you check for mixed content before you do the redirects. Active mixed content will break the page(s).
Check here:
https://www.whynopadlock.com

1 Like

Thank you Doug. Let me work on resolving that.
Best regards
Gary

1 Like

Thank you everyone for your help. The issue was indeed the template uses and Nick Cates sent an updated template that uses secure links. All is resolved.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.