An SSL certificate is a bit of code on your web server that provides security for online communications. When a web browser contacts your secured website, the SSL certificate enables an encrypted connection.
Code: Select all
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
That only works if you’ve got force server url settings set to yes.
burmaboard.com
requires a dot in the front, see the cookie KB posted earlier.Users browsing this forum: bonelifer, Exabot [Bot], Majestic-12 [Bot], tbutler13 and 25 guests