kevinsiji / m3db

0 stars 0 forks source link

HTTPS Encryption for secured browsing #126

Closed kevinsiji closed 6 years ago

kevinsiji commented 6 years ago

Installed lets encrypt extension in the Plesk. Enabled ssl certificate for m3db.com

Added below lines in the htaccess:

  # This checks to make sure the connection is not already HTTPS
  RewriteCond %{HTTPS} !=on

  # This rule will redirect users from their original location, to the same location but using HTTPS.
  RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]