Help please: Forcing http > https

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!

Comments

  • 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…)

  • +1

    If you know how to fiddle with .htaccess, then use the method above.
    If you don't, seeing as you're using WordPress, just download a https plugin… they usually work ok.

    Although… poorly updated plugin corrupted database, didn't you do backups?

Login or Join to leave a comment