https://(мой_сайт)/wp-content/plugins/really-simpl...
Страница недоступна. Сайт senspe.dekun.ru выполнил переадресацию слишком много раз.
Удалите файлы cookie.
ERR_TOO_MANY_REDIRECTS
Лог, предназначеный для отладки, созданный really-simple-ssl:
General
Plugin version: 3.3.5
SSL certificate is valid
SSL is enabled
Options
* Mixed content fixer
* WordPress redirect
Server information
Server: apache
SSL Type: SERVER-HTTPS-ON
Detecting configuration
SSL Configuration
testing htaccess rules...
test page url, enter in browser to check manually:
https://(мойсайт)/wp-content/plugins/really-simple...
htaccess rules test failed with error: Too many redirects
checking if .htaccess can or should be edited...
.htaccess does not contain default Really Simple SSL redirect
retrieving redirect rules
converting siteurl and homeurl to https
Mixed content fixer successfully detected
Constants
No constants defined
.htaccess
# BEGIN WordPress
# Директивы (строки) между `BEGIN WordPress` и `END WordPress`
# созданы автоматически и подлежат изменению только через фильтры WordPress.
# Сделанные вручную изменения между этими маркерами будут перезаписаны.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php54” package as the default “PHP” programming language.
AddType application/x-httpd-ea-php54 .php .php5 .phtml
# php -- END cPanel-generated handler, do not edit