I’m having a problem with my website. Let’s Encrypt was available through my cPanel web hosting, so I installed a new SSL certificate. Though my cPanel says a certificate is installed, when I visit my website, Google Chrome says my site is not private and says that there is no certificate. Did something go wrong? Could it be that I installed it through cPanel?
EDIT: I have Cloudflare installed, could it be that? Is there any way both can run at the same time?
You don’t need to reinstall the certificates, the one you have is valid. I can’t see how recreating again the certificates will solve your issue.
Right now: your 4 sites with and without www and http / https point to https://www.emperiouscraft.com/home and that site redirects to https://www.emperiouscraft.com/home/ pay attention to last slash.
I don’t really know what you want to do but if it is not redirecting as you expected then check all Redirect and RewriteRule directives in your conf, also check for .htaccess that could have these directives.
The redirect should be the same you have to the same url but ended in / to avoid two redirects. Anyway, that is a control panel that I don’t know so no idea what it does internally.