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

Описание к видео fix ERR_TOO_MANY_REDIRECTS error on wp-admin.php wordpress admin dashboard. simple and good solution

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.

Комментарии

Информация по комментариям в разработке