Quote:
Originally Posted by Dave
|
Done! But the problem is still the same.
Things i have done:
- turn ON "automatic https" (Cloudflare)
- turn ON "everwhere https" (Cloudflare)
- "rebuild styles"
- new RW-Condition/Rule htaccess (found the code at cloudflare)
Code:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
Crazy! I bet it's a very simple error...
Best regards!