A few months ago, I paid PANTHUR to have the redirection done. But due to a poor updated plugin, my then Wordpress database became corrupted and I simply decided to delete the entire thing and start from scratch.
PANTHUR has asked for another $60 to have this redirection done. I don't really want to pay $60 for something that I know takes less than 5-mins.
Would anyone volunteer to do this for me? Happy to pay a more reasonable fee :P
Thanks!
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
(source: https://au.godaddy.com/help/redirect-http-to-https-automatic…)