• Resolved makeonlineshops

    (@makeonlineshops)


    Hello,

    When I check /wp-content/plugins/really-simple-ssl/ssl-test-page.php
    I find:
    #SSL TEST PAGE#
    This page is used purely to test for ssl availability.
    #SERVER-HTTPS-ON# (on)
    #SERVERPORT443#
    #ENVHTTPS#
    #LOADBALANCER#
    #SUCCESFULLY DETECTED SSL#

    Does it mean that everything is correct ? Because some pages sometimes do not load and my server “freezes”.
    Thank you so much for your help.

    What I have in .htaccess is:

    # BEGIN rlrssslReallySimpleSSL rsssl_version[2.4.3]
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTPS} !=on [NC]
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    </IfModule>
    # END rlrssslReallySimpleSSL
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    The .htaccess and testpage do not show anything wrong. If the .htaccess were wrong, your site wouldn’t load at all.

    Can I take a look at the site? I don’t know what you mean with “the server freezes”. Doesn’t the server respond anymore?

    Thread Starter makeonlineshops

    (@makeonlineshops)

    Thank you, so the htaccess if correct.

    It’s hard to show the problem because sometimes when browsing website admins pages do not load and I need to restart the server.

    I understand that it must be caused by something else.

    Thank you again for your plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is my htaccess file correct ? Thank you for your help.’ is closed to new replies.