Город МОСКОВСКИЙ
00:01:49

fix ERR_TOO_MANY_REDIRECTS error on wp-admin.php wordpress admin dashboard. simple and good solutio

Аватар
PHP и Laravel Gates 66.
Просмотры:
24
Дата загрузки:
30.11.2023 11:34
Длительность:
00:01:49
Категория:
Лайфстайл

Описание

if you face the annoying error of "too many redirects" when you trying to access your wordpress admin page, this video will help you fix the issue very quick!
you need access to wp-config.php file to add the function there, so make sure you can access and edit it.

function to copy:
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';

thanks for watching. if this video helped you, please leave a comment below, and consider like and subscribe for future updates.

Рекомендуемые видео