• Hi

    I’m having some weird error with a fresh WordPress 5.5.1 installation (spanish version).
    When loading https://mydomainname.xxx I get the install page without style, and console throws lots of Mixed Content errors

    I tried adding these lines in .htaccess

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    But this throws ERR_TOO_MANY_REDIRECTS

    Here’s a screenshot

    View post on imgur.com

    Thanks for any advise u can give me

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mixed Content with new fresh install 5.5.1’ is closed to new replies.