My site is suffering a 301 redirect to helen-hall.co.uk, which is not one of my sites. Is it a DNS issue? Where can the 301 have come from?
What steps have you taken to resolve the issue?
No sign of malicious code in wordpress files. No strange plug ins. My other sites that share the same IP address are not affected.
Hosting company are stumped.
DNS and SSL for my sites are through Cloudflare.
reached out to dev credited on helen-hall.co.uk but no reply as yet.
What feature, service or problem is this related to?
Looking at the Response headers is your best bet for figuring out these issues. For example, curl https://setandmatch.net/ -vvv or using a REST Client like Insomnia or Postman that doesn’t follow redirects.
A few things stand out:
You can see cf-cache-status, meaning this response is from your origin. You can also see “x-redirect-by: Wordpress”. Wordpress is saying it’s doing the redirect, would have to look further there.