When I load my website on my browser it works perfectly fine. When I do an HTTPS status check for my website, the root page (mydomain.com/) returns with a 200 Status code. But any non-root page (mydomain.com/*) returns with a 404 Status code. I wrote my website with React and host it with Github pages and can't think of any reason why only the root page would return properly for a status check, but otherwise works fine when loading with my actual browser. Any ideas?
↧