Redirect loop
-
Hey,
I wanna get rid of https (plugin: wordpress-https), am stuck in a redirect loop and have no ideas anymore. Due to this, the page is unreachable at the moment.
I tried to replace the
.htaccess
with a very rudimental and# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.mysite.com/$1 [R,L] </IfModule> # END WordPress
tried the
define('FORCE_SSL_ADMIN', true);
method. Both did not show any results.The db-entries for the page url are all set to http – as far as I can see.
Thanks a lot in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect loop’ is closed to new replies.