We have just noticed a problem with our site running on Enfold.
Please see attached screenshot.
Hey oslpag!
Please open your .htaccess file and add the following
RequestHeader unset HTTPS
Add the above in your htaccess file at the top.
Best regards,
Basilis
I have added it but still have the same problem.
This is what is in the hatches file
RequestHeader unset HTTPS
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress