Switching to https:// causes loging redirect loop, mixed content
-
Hello,
I have a webserver with two seperate wordpress installations, both with valid working SSL.
On one, it works great: the site is set as https:// but https:// works fine too.
On the other, it doesn’t work properly. When the sure url is set to http:, http: is fine, but going to https:// address attempts to load the css and other stuff from the http: domain. Changing the site url and home to https: doesn’t help as it still tries to load css from http: (but links point to https??), and I also can’t log in as it causes a redirect loop. I’ve left it like this for now and you can view it here.This is a totally clean installation of WordPress (no plugins, default theme), so I’m not sure what the problem is. Any suggestions? I posted the .htaccess below, but it’s pretty normal. Thanks!
.htaccess:
# 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>
- The topic ‘Switching to https:// causes loging redirect loop, mixed content’ is closed to new replies.