• Добрый день. Недоступна страница консоли, пишет, что сайт выполнил переадресацию слишком много раз. Скажите пожалуйста, что это может значить и как исправить данную ошибку. Заранее благодарна за ответ.

    • This topic was modified 3 weeks, 6 days ago by oksana1976.
Viewing 1 replies (of 1 total)
  • It could be a case of misconfigured HTTPS? Try adding the following code snippet to the top of wp-config.php.

    if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
       $_SERVER['HTTPS']='on';
    else
       $_SERVER['HTTPS']='off';

    I think you will also find help in your language by posting in the Russian language forum: https://ru.wordpress.org/support/forums/

    Я думаю, вы также найдете помощь на своем языке, разместив сообщение на русскоязычном форуме: https://ru.wordpress.org/support/forums/

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.