How can I solve it? 404 Error!!

Status
Not open for further replies.
Misconfigured permissions on the public_html folder perhaps, but not typically for a file. Misconfigured permissions on a file will typically result in a 403.
if the wrong permission is set on the index file then you get 404 error

'Error 404 is a response code, meaning the server could not locate the requested content.'

In other words it cannot pick up the website
 
A 404 Error means that the page you’re trying to access can’t be found on the server. It’s one of the most common website errors, and there are several reasons why it might occur. Here’s a step-by-step guide to help you troubleshoot and fix it.
 
first, don’t panic - 404 just means “file not found” - not a hack, not a crash - usually fixable fast
log into your hosting control panel - check if your index.html or index.php is still in the public folder - if it’s gone, restore from backup
if files are there, check .htaccess - sometimes a bad rule breaks routing - rename it to .htaccess_old and reload - if site works, that was it
if you’re on wordpress, go to settings > permalinks and just click “save” - resets the rewrite rules
if none of that works, contact your host - could be a server config hiccup
 
404 is basically "Page Not Found" error, it may occur if the index page is set incorrectly or the page which is set as index page is not present in web root
 
Status
Not open for further replies.
Back
Top