Answer the question
In order to leave comments, you need to log in
There is a 301 redirect, in .htaccess it is not (wordpress) where can a redirect be buried?
I don't understand:
The content of .htaccess is almost standard, but it still sends from all domains to the technological (technical)
I bought another domain (my00.host) specially, connected it. DNS records have been updated and when loading the address, it still sends it to the technological domain.
cPanel doesn't have any redirects either.
What else can be? Obviously it's the site itself. Where can this redirection be buried?
CMS - WordPress, cPanel, hosting - regRU
connected domains:
my00.host
centrputi.site
technological:
u0810483.cp.regruhosting.ru
Answer the question
In order to leave comments, you need to log in
Forcibly disabled redirects by entering this in wp-config.php:
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
And the site immediately stopped loading with an error:
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:
Cannot modify header information
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question