Принудительно запретил переадрессацию вписав в wp-config.php это:
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
И сайт сразу перестал загружаться с ошибкой:
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']); define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
Warning: Cannot modify header information - headers already sent by (output started at /var/www/u0810483/public_html/wp-config.php:1) in /var/www/u0810483/public_html/wp-includes/pluggable.php on line 1251
Warning: Cannot modify header information - headers already sent by (output started at /var/www/u0810483/public_html/wp-config.php:1) in /var/www/u0810483/public_html/wp-includes/pluggable.php on line 1254