Force website to be served with HTTPS

Create a .htaccess in the web directory of your website with the following content:

RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://base64.co.za/$1 [R,L]