When specifying the https protocol in the address bar, Wordpress flows into an endless loop of redirects. I can not identify the problem. I tried to disable all plugins and change themes. Nothing helps. Admin https works fine, but the site does not load.
here is my .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> # END WordPress
I also tried to set WordPress Address (URL) and Website Address (URL) with https in the administration panel, the same does not help. Updated permalinks, also nothing.
WP 4.3 version