• Resolved Walton

    (@walton)


    So I tried to get a security certificate through my host provider. It installed fine, but the https version of my site had no images working. I read on a forum that I should switch the site url and host url to https. I did that, was logged out of admin, and now when I try to log in, I get a too many redirects error.
    My index page also isn’t working, but the blog and my product pages in WooCommerce work fine without https://. With https:// those pages load but it looks like the CSS formatting isn’t working.

    So I have two questions:

    How can I log in to wordpress again?
    Once I can, what can I do to fix the images and css?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • RoseHosting

    (@rosehosting)

    You can set the site URL (back to HTTP) manually in the wp-config.php file:

    `
    define( ‘WP_HOME’, ‘https://yourdomain.com’ );
    define( ‘WP_SITEURL’, ‘https://yourdomain.com’ );
    `

    However, it is best to contact your hosting provider and try to find the cause for the redirect loop error.

    FahimMurshed

    (@fahimmurshed)

    Hi,
    I can see your website SSL works fine

    Also,
    Go to your site backend (if you can access)

    Settings > General >
    Change the site URL

    WordPress Address (URL)
    https://www.alphabetpublishingbooks.com/

    and,

    Site Address (URL)
    https://www.alphabetpublishingbooks.com/

    Check this screenshot: https://i.imgur.com/aHwyJCj.png

    If you can’t access your site backend, you can do that by phpMyAdmin.

    Hope it helps you.

    Thread Starter Walton

    (@walton)

    Thanks everyone!
    It was a known issue, Cloudflare and Flexible SSL don’t play nice with WordPress. I switched to Full SSL on WordPress and everything works fine now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turned on SSL certificate, can’t log in’ is closed to new replies.