No results found. Enter at least 1 word.

Force visitors to the secure SSL (HTTPS) version of my site in RapidWeaver

In order to force visitors to the secure version of your site, you'll need to do edit your .htacces file in RapidWeaver.

The code you'll add to RapidWeaver is:

Be sure to update the .htaccess code below and replace www.example.com with your domain!

        RewriteEngine On
RewriteCond %{HTTPS} off [OR] 
RewriteCond %{HTTP:X-Forwarded-Proto} !https
# Edit the line below! You'll need to replace www.example.com with YOUR domain
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
    

Category:

Last Updated: June 19th, 2023

Related articles

Force visitors to the secure SSL (HTTPS) version of my site in RapidWeaver

In order to force visitors to the secure version of your site, you'll need to...

Read More

How do I secure my site via HTTPS and SSL?

We provide free SSL certificates for all domains (and sub-domains!) that we host. In order...

Read More

Do you charge for SSL certificates?

No! We provide free SSL certificates for every domain (e.g., example.com) and every sub-domain (e.g.,...

Read More

Terms

  • Privacy Policy
  • Cookie Policy
  • Terms and Conditions

Stay updated

No spam, only important updates.

© 2012 – 2023.

Chillidog Software. All rights reserved. RapidWeaver® is a Trademark of Realmac Software.