Really Simple SSL force to https: Where does code go?

Home Forums BulletProof Security Pro Really Simple SSL force to https: Where does code go?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26042
    Deb
    Participant

    I would like to put the code generated by Really Simple SSL into BPSP Custom Code. What block would it go into. And because you are the expert… is it correct to use? If you have a best one, what is it please, and where does it go? Thank you yet again.

    # BEGIN rlrssslReallySimpleSSL rsssl_version[2.1.18]
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTPS} !=on [NC]
    RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    </IfModule>
    # END rlrssslReallySimpleSSL
    

     

    #26044
    AITpro Admin
    Keymaster

    That code is pretty much the same as this HTTPS/SSL htaccess code in this forum topic:  http://forum.ait-pro.com/forums/topic/wordpress-ssl-htaccess-code-rewrite-ssl-rewritecond-server_port/#post-7233 and the steps to add it to Custom Code are the same.

    #26045
    Deb
    Participant

    Great. Just could not get that to come up in search for love nor money. I KNEW you had it here. 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.