• Hi Dears,

    I get the SSL error as below and I checked it on www.remarpro.com

    There are a couple of different error types which we written here to ask support but non of them are exact same to my error and non the recommended solution worked in my case.

    My SSL Error:

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

    My code in our .htaccess file :

    # Bu i?aretler aras?ndaki y?nergelerde yap?lan de?i?iklikler üzerine yaz?lacakt?r.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Would you please comment what the problem can be. And would you please tell me why I get the message = there are too many attempts from that (my) IP address trying to access to your webpage, so you can not open this page now

    When I reload the old config which was written (my config above) I can access the page again.

    Thanks for your support

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Realy Simple SSL error RewriteCond %{HTTPS} !=on [NC]’ is closed to new replies.