My project is showing that it is connected to my custom domain but when I click the custom domain it is getting redirected to the netlify subdomain. I own the custom domain through GoDaddy. Also I have checked properly that I have not intentionally redirected my custom domain.
This is my custom domain: maths-point.com
This is the netlify subdomain: mathspoint.netlify.app
The www
domain automatically redirects to maths-point.com. I’m not seeing either of these custom domains redirect to mathspoint.netlify.app:
% curl -I https://www.maths-point.com
HTTP/2 301
content-type: text/plain; charset=utf-8
date: Thu, 24 Jul 2025 16:24:21 GMT
location: https://maths-point.com/
server: Netlify
strict-transport-security: max-age=31536000
x-nf-request-id: 01K0YM00CKPM1R7G696KJBSBBY
% curl -I https://maths-point.com
HTTP/2 200
accept-ranges: bytes
age: 0
cache-control: public,max-age=0,must-revalidate
cache-status: "Netlify Edge"; fwd=miss
content-type: text/html; charset=UTF-8
date: Thu, 24 Jul 2025 16:24:13 GMT
etag: "1ae934d8d115afb48dc4dac5e7fb187f-ssl"
server: Netlify
strict-transport-security: max-age=31536000
x-nf-request-id: 01K0YKZR54EDR8WRF2Y1642Q5R
content-length: 655
The primary domain redirects me to the netlify subdomain and the www domain is not working( error: this site cannot be reached)
I’m not seeing this issue on my end. Can you try accessing the site in a different browser or incognito tab?