My site: www.baxunlimited.com shows as not secured. Do I need to correct something in the settings? I use oak tree for hosting.
You need to:
- get an SSL certificate
- add a little code to the .htaccess file to ensure http always redirects to https
- Make sure you publish your sites web address as https and not http
I donât know Oak Tree but see if they offer a free SSL service such as âLets Encryptâ This is all you need unless you sell online and want to offer customers compensation in the event if online fraud / loss.
Can I offer some more advice? You appear to be using a responsive theme with non responsive elements in it. So the three columns on the home page are too wide on mobile and go off-screen.
THANK YOU very much for the advice.
Iâm having the same issue with my site. weddingphotoct.com I have an SSL certificate. I use JustHost. The tech person couldnât help me. They said to check with the web building software (Rapidweaver obviously) Whatâs the âlittle codeâ that I need to add to the .htaccess file? And where would I place it? Thanks in advance!
Have a look at Dougâs post in this thread.
That code will redirect your site to SSL. That will eliminate the ânot secureâ warning. Thatâs pretty standard code and has nothing to do with RW. Your host should be able to help you with that, if you have issues.
In order to actually see a secure padlock in the web browser, youâll also need to make some changes in your RW project and republish. The link below shows mixed-content that is preventing the padlock icon from being shown. Most likely youâll just need to change your âWeb Addressâ in general settings to: https://weddingphotoct.com
. You may also need to make to make the same change to âWebsite Addressâ in your publishing settings.
The link below
https://www.whynopadlock.com/results/4a734dfb-1da4-4d38-a1d9-290d2e71f5b3
Don, thank you for the help! Couple questions. 1. Where would I place that code (RewriteEngine On RewriteCondâŚ)? Is that code something I could place in Rapidweaver? Settings/Code/Head or Prefix or Body? 2. Where is the correct location for a .htaccess file?
That goes into the htaccess file. In RapidWeaver 8 in publishing settings, at the bottom is an edit htaccess button( I think thatâs what itâs called not at a Mac now).
You can also use any ftp client to upload it to the root level of the site. It has to be PLAIN text, and called .htaccess
.
Fix the mixed content first. Especially if itâs active content or it can break the site. Once youâre using https all active content has to be https.
Thanks Doug much appreciated!
I have Rapidweaver 7.
I opened and looked at my .htacess file on my web server here is the code:
BEGIN WordPress
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPressIâm (obviously) not using wordpress so should I delete all that code and replace with:
Or should I add this code below the existing (wordpress) code?
And yes, I will change any active content to https before I do this.
Thanks again!
If you arenât using WordPress, then you can replace the existing code with the above code form Dougâs post.
If you want to be conservative, you can put a â#â character (no quotes) at the start of each of those wordpress rules. The # turns them into comments and they will not run. Then put the code Doug gave you above or below them.
I use Bluehost and they give you a free SSL certificate ⌠all I had to do is specify https://www.(my site)⌠in the General tab of RW8⌠worked for meâŚ
I will contact LittleOak and see what they say.
Paul Bax
I have my SSL - no trying to figure out where to put itâŚscreenshot anyone?
The SSL will need installing on your host. Is it a free one?
Maybe itâs already installed if you got through your host.
Paul
I am also with littleoak, but got confused by their instructions.
Any chance of step by step details of how you obtained your SSL.
I am sure that others would be interested.
Thanks.
Tony
Why not use cloudflare?
Its free - it will give you a secure site, plus CDN (content delivery network). You just need to point your DNS to the cloudflare settings. Their site walks you through it. Its superfast, free and even has good analytics.
Adrian
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.