Really Simple SSL – htaccess SSL Rewrite code

Home Forums BulletProof Security Pro Really Simple SSL – htaccess SSL Rewrite code

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37756
    Ljubomir Manojlovic
    Participant

    ReallySimpleSSL ask for 301 redirection to add to htaccess

    # BEGIN rlrssslReallySimpleSSL rsssl_version[3.2.3]
    
    RewriteEngine on
    RewriteCond %{HTTPS} !=on [NC]
    RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
    
    # END rlrssslReallySimpleSSL

    Should I add that to Custom Code (or to let redirection in ReallySimpleSSL unchecked)?

    P.S. – I need plugin as I’m using LetsEncrypt and appears problems with mixed content.

    #37757
    AITpro Admin
    Keymaster

    Use the steps in this forum topic> https://forum.ait-pro.com/forums/topic/wordpress-ssl-htaccess-code-rewrite-ssl-rewritecond-server_port/#post-7233 to add the Really Simple SSL htaccess code.  Instead of using the BPS HTTPS/SSL htaccess code in that forum topic you would be using the Really Simple SSL htaccess code instead. Both the BPS HTTPS/SSL htaccess code and the Really Simple SSL htaccess code do that exact same thing.

    #37761
    Ljubomir Manojlovic
    Participant

    Thanks.

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