Viewing 6 replies - 1 through 6 (of 6 total)
  • You can resolve the mixed content to add the following code to your .htaccess file:

    # BEGIN WordPress

    RewriteEngine On
    RewriteCond %{SERVER_PORT} !^443$
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPress

    Thread Starter websitesontwerpen

    (@websitesontwerpen)

    Thanks for your support Michael,
    unfortunately this results in an error:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Is there another .htaccess example?

    Hmm… Something interisting. Did you have already bought a SSL Certificate? Maybe you can follow this instruction http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/.

    I could have a look at your site, but I have to get the URL of your domainname to see what the problem could be.

    Plugin Author chriscct7

    (@chriscct7)

    Hi there,
    If you’re trying to go to SSL, you should not need to worry about the Google Analytics script, as it loads over https, thus you wouldn’t get a mixed content warning from our plugin. If you need help switching over to SSL in general, I’d recommend the WPBeginner article linked to above

    -Chris

    Hello,

    Same issue here. I did a lot of things while trying to figure out why the authentication process wasn’t working LOL. @chriscct7, a instruction for the user to check if there is any warning would be very helpful!

    Best regards,
    Bruno

    Thread Starter websitesontwerpen

    (@websitesontwerpen)

    Thanks for all your support.

    The instruction helped a lot, and installing plugin ‘Really Simple SLL‘ made everything work as hoped.

    Thanks so much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘HTTPS / SSL issue’ is closed to new replies.