My domain is: stxph.com
I ran this command: I didn’t run anything??
It produced this output:
My web server is (include version): I really have no idea I use Wordpress
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is: GoDaddy
I can login to a root shell on my machine (yes or no, or I don’t know): I don’t know
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): CPanel
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): I don’t know
I’m using the ssl certificates from zero SSL
On my home page when I click the info icon beside my URL it shows that the certificate is valid but still shows that the connection to the site is not secure.
As well as this only my homepage is redirecting to https: and on any of my other pages there is no certificate at all and it doesn’t redirect to https:. The cert only works on my homepage.
I have changed it to https: in my wordpress settings and also added the following lines into my .htaccess file.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
This happened when I had a certificate active, I re-installed a new one and the issue was still there.
Thanks for the help in advance