Website Stared re-directing randomly
Title says it all, our root domain for some weird reason started to redirect to a site we don't even have the domain for anymore, checked the dns records and all the rules and nothing shows any redirect rules or anything....
3 Replies
What's the url?
Best way to debug these issues is headers + sometimes body, for example on this:
< HTTP/2 301 < date: Mon, 23 Dec 2024 23:12:21 GMT < content-type: text/html < location: https://invoices.eleletech.services/ < cf-cache-status: DYNAMIC < server: cloudflare < <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>server: cloudflare means it went through Cloudflare, it's proxied. CF-Cache-Status: <anything> means it went to your origin, Redirect/Page/etc rules in Cloudflare wouldn't have that. The body itself shows it's from nginx, so the record for
beabetter.dad
is pointing to an nginx server on Ubuntu which is responding with a redirect