Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #478056

    We have just noticed a problem with our site running on Enfold.

    Please see attached screenshot.

    https://goo.gl/photos/mZQCnTPD1TUnUser6

    #478061

    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

    #478067

    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

    #478283

    Hi!

    Can you please post the link to your website? We may need a temporary admin login as well.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.