• Resolved bksvl

    (@bksvl)


    If I go to my website: https://www.sunvalleylanes.com and click the “Tournaments” link on the top menu, the Tournaments page loads and is secure.

    However, if I type “sunvalleylanes.com/tournaments” in my browser’s URL bar, the Tournaments page loads and is not secure.

    How do I make sure that it is always secure?

    • This topic was modified 3 years, 9 months ago by bksvl.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mark

    (@markwolters)

    Hi @bksvl,

    could you try to enable the ‘301 .htaccess redirect’ option in the Settings->SSL->Settings menu? The .htaccess redirect is generally the most reliable redirect option. I expect enabling it will resolve the issue.

    Thread Starter bksvl

    (@bksvl)

    Thanks for the suggestion Mark. Unfortunately, that is already toggled on.

    Here are my settings:

    Mixed Content Fixer: True
    Enable WordPress 301 Redirect: False
    Enable 301 .htaccess redirect: True
    Stop editing the .htaccess file: False
    Fire mixed content fixer with different method: False
    Dismiss all Really Simple SSL notices: False

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Can you post the contents of your .htaccess file here?

    Thread Starter bksvl

    (@bksvl)

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
    </IfModule>
    
    # BEGIN rlrssslReallySimpleSSL rsssl_version[3.3.5]
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTPS} !=on [NC]
    RewriteCond %{REQUEST_URI} !wp-content\/cache\/(all|wpfc-mobile-cache)
    RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
    </IfModule>
    # END rlrssslReallySimpleSSL
    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <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
    Plugin Author Mark

    (@markwolters)

    Hi @bksvl,

    the redirect does not seem to be working correctly. Since the redirect is only done when this condition has been met: <IfModule mod_rewrite.c>, it could be the mod_rewrite.c module is not enabled on your webserver. Could you check with your hosting provider if this module is enabled?

    Sir

    Assessment failed: Failed to communicate with the secure server

    I upload plugin ssl and log out and log in again but i have this error is comming
    SSL is not yet enabled on this site.
    Warning
    SSL is not enabled yet.
    Warning
    No SSL detected. See our guide on how to get a free SSL certificate. If you do have an SSL certificate, try to reload this page over https by clicking this link: Reload over https.
    Premium
    HTTP Strict Transport Security is not enabled (Read more).
    Premium
    Recommended security headers not enabled (Read more).

    Plugin Author Mark

    (@markwolters)

    Hi @vajifdardevdatt6,

    this issue occurs when the plugin cannot find a valid SSL certificate. The plugin requires a valid SSL certificate before it can work correctly. See https://really-simple-ssl.com/knowledge-base/installing-an-ssl-certificate/ for our recommendations on installing an SSL certificate.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Page not secure accessing it from the URL bar’ is closed to new replies.