The resource requested could not be found on the server
What is the issue you’re encountering
After connecting my domain to my hosting on cloudflare I tried opening my website from my Cpanel and it’s showing 404 error page, please I need urgent help anyone
This typically means you don’t have an index.html file in the root directory of your website. Depending on what tools you used to create the site, it could be using a different name for the file, or more likely putting it in a subdirectory that is supposed to be the root directory.
Whatever directory the web server is configured to use as the site root is where your build tools should be putting your website files, and there should be an index.html file in there.