I'm currently running my word press website on amazon web server platform. I found out i could use Cloudfare services and have a SSL certificate placed on to the site. I'm having an issue that involves when I have https://... my website layout is shifted
is there anything in the back end that I need to do to notified cloudfare?
My website is currently running fine with http://www.leparadis.us
Hi,
We checked that, when accessing via HTTPS to your site, the layout is not shifted. Did you disable CloudFlare in your site?
Best regards,
Javier J. Salmerón
I actually discovered what the problem was due to my css/java links coming in a unsecured https verses https://.
I found a newer problem within my front end that is unable to load in https format.
http://www.leparadis.us/wp-content/uploads/2017/01/x100_300_Without-French-le-1-as-Smart-Object-2.jpg.pagespeed.ic.eKc-O64VqK.webp
https://www.leparadis.us/wp-content/uploads/2017/01/x100_300_Without-French-le-1-as-Smart-Object-2.jpg.pagespeed.ic.eKc-O64VqK.webp
I can load the link as https://
How can I have my front page automatically load as a secure site?
I entered your site again but I did not see these log messages. In any case, if you want to have your page automatically redirected from http to https, you can follow this guide:
https://docs.bitnami.com/aws/components/apache/#how-to-force-https-redirection-for-an-application
Hope it helps.
Thanks for reply back! I actually figured the SSL installation after working around the mix content issue. Thank you for taking the time and looking into my situation!