To ensure your domain name automatically opens up with “HTTPS://” for all visitors, you will need to redirect your visitors using a
script, .htaccess file or by modifying the URL in the CMS/Application you are using. For htaccess redirection code, please refer to the following
Open to edit .htaccess file, Do not delete any line from this file, carefully edit it to add these lines (ie the folloing 3 lines) FROM LINE NUMBER ONE (ie at the top)
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://wajanjatech.com%{REQUEST_URI}
JUST REPLACE https://wajanjatech.com with your domain name